.indian-hero-section {
    position: relative;
    padding: 30vh 0;
}
.indian-text-image .content {
    display: flex;
    position: relative;
    z-index: 1;
}
.indian-text-image .content .text h3 {
    font-size: 28px;
    line-height: 37px;
    max-width: 320px;
    color: #125b60;
    margin-bottom: 18px;
}
.indian-text-image .content .text p {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    margin-bottom: 37px;
}
.indian-hero-section {
    color: #fff;
}
.indian-hero-section h2 {
    color: #fff;
}
.wp-block-heading {
    font-size: var(--sme-fs-h2);
    line-height: var(--sme-lh-h2);
}
.background-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.background-image img {
    width: 100% !important;
    height: 100% !important;
}
.text, .logos {
    position: relative;
    z-index: 1;
}
.logos {
    display: flex;
    align-items: center;
    margin: 0 50px;
}
@media (max-width: 575px) {
    .indian-hero-section {
        padding: 70px 0;
   }
    .wp-block-heading {
        font-size: 36px !important;
        line-height: 42px !important;
   }
}
