.main-body {
    margin-top: 80px;
    margin-bottom: 100px;
}

.breadcumb-wrapper {
    padding: 200px 0;
    background-image: url('../images/offerings/offerings-banner.webp');
}

.contact-details {
    width: 90%;
}


.award-box h3 {
    padding: 0 30px;
}
/* offerings start */
.offerings {

}
.offerings-sub-text-box {
    background: #F2F2F2;
    border-radius: 10px;
    padding: 40px;
    margin-top: 45px;
    position: relative;
}
.offerings-sub-text-box:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    background: linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%);
    left: 0;
    top: 0;
}
.offerings-sub-text-box p {
    font-weight: 400;
    font-size: 18px;
    color: #212529;
    line-height: 28px;
    text-align: left;
}
.offerings-title {
    font-weight: 600;
    font-size: 30px;
    color: #0F2239;
    line-height: 43px;
    text-align: left;
}
.offerings-title {
    font-weight: 600;
    font-size: 30px;
    color: #0F2239;
    line-height: 42px;
    margin-top: 40px;
}
.offerings-content {
    margin-top: 30px;
}
.offerings-content p {
    font-weight: 400;
    font-size: 16px;
    color: #4D5765;
}
.offerings-sub-title {
    font-weight: 600;
    font-size: 24px;
    color: #0F2239;
    margin-top: 35px;
}
.offerings-sub-title em {
    font-weight: 600;
    font-size: 24px;
    color: #3591fa;
    line-height: 35px;
}
.offerings-sub-title-box {
    margin-top: 25px;
    margin-left: 18px;
}
/* offerings end */
@media (max-width: 767px) {
    .contact-banner {
        padding: 80px 0;
    }
    .main-body {
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .offerings {
        padding: 0px;
    }
}
