/* chief-guest-message */
.edge-banner {
    width: 100%;
    height: 480px;
    background-image: url(../images/full-width-banner-pcim.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.chief-guest-img {
    position: absolute;
    bottom: 0px;
    width: 340px;
}
.banner-footer {
    width: 100%;
    position: absolute;
    bottom: 16px;
    right: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.chief-guest-profile {
    margin-left: 400px;
}
.chief-guest-profile h3{
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 150%;
}
.chief-guest-profile p {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    opacity: .6;
    line-height: 150%;
}
.message-block {
    width: 50%;
    position: absolute;
    right: 24px;
    top: 20px;
}
.message-block h3 {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    line-height: 150%;
}
.pcim-india-awards img {
    width: 100%;
}

/* Mobile Device */
@media (max-width : 479px) {
    .edge-banner {
        height: 750px;
    }
    .message-block {
        width: 100%;
        right: 0;
    }
    .chief-guest-profile {
        margin: 0px;
    }
    .banner-footer {
        background: var(--primary);
        padding: 8px;
        bottom: -250px;
    }
}