body{
    font-family: var(--fm-Roboto);
}
.main_wrapper section.work_strip_sec {
    padding: 15px 0px;
}
.hero-section-main{
    padding-bottom: 0 !important;
}
.image-and-text.ongoing-project{
    padding: 0;
}
 .hero-banner-wrap img{
        height: auto;
    }
p:not(:last-of-type){
    margin-bottom: 15px;
}
.banner_bottom_text .brand-heading h1 {
    font-size: var(--fs-24);
    text-transform: uppercase;
    color: var(--c-293671);
    font-weight: 500;
    font-family: var(--fm-Roboto);
    text-align: center;
    margin-bottom: 30px;
}
section.work_strip_sec{
    padding-block:15px;
    background: #142659;
}
.banner_text_wrapper p{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: center;
    padding: 10px;
}
.image-and-text h2{
    color: #142659;
    font-size: 35px;
    line-height: 53px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    border-bottom: 2px solid #666;
    margin-bottom: 0;
    /* line-height: 22px; */
    font-weight: 400;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 40px;
}
.image-row-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    /* gap: 50px; */
    padding: 0;
}

.content-col{
    padding: 30px 50px;
}
.image-row-wrap:nth-child(even) .content-col{
    order: 2;
}
.image-row-wrap:nth-child(odd){
    background-color: #f0f0f0;
}
.image-row-wrap .content-col h3 {
    color: #142659;
    font-size: 30px;
    line-height: 53px;
    /* text-transform: uppercase; */
    letter-spacing: 0.01em;
    margin-bottom: 7px;
    font-weight: 400;
    /* line-height: 22px; */
    padding-bottom: 7px;
    font-weight: 400;
}

.image-row-wrap:not(:last-child){
    margin-bottom: 50px;
}

.image-row-wrap .content-col p{
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.image-col, .image-col img{
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:767px){
    .image-row-wrap{
        grid-template-columns: auto;
        /* padding: 20px; */
        gap: 15px;
    }
    .image-and-text.ongoing-project{
        padding: 30px 0;
    }

    .hero-banner-wrap img{
        /* height: 50vh; */
        aspect-ratio: unset !important;
        object-fit: cover;
    }

    .image-row-wrap:nth-child(even) .content-col{
        order: 2;
    }
    
    .image-row-wrap:nth-child(odd) .content-col{
        order: 1;
    }

    .image-and-text .container{
        padding: 0;
    }
    .content-col{
        padding: 0 20px;
    }

    div.image-row-wrap .content-col h3, section.image-and-text h2{
        font-size: 25px;
        line-height: 40px;
    }

    .image-row-wrap:not(:last-child), .image-and-text h2{
        margin-bottom: 25px;
    }

    .image-and-text h2{
        margin-inline: 15px;
    }

    .image-row-wrap:nth-child(odd) .content-col{
        padding-bottom: 15px;
    }
}