.inner-banner-section{
    margin: 60px 0 80px;
}
.inner-banner-section .text{
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    column-count: 2;
}
.inner-banner-section .text p{
    width: calc(50% - 13px);
}
.inner-banner-section .image {
    width: 100%;
    height: 465px;
    margin-top: 80px;
    position: relative;
}
.inner-banner-section .image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.inner-banner-section  .title {
    max-width: 770px;
    width: 100%;
}
@media only screen and (max-width:1024px){
    .inner-banner-section .image{
        height: 435px;
        margin-top:50px
    }
    .inner-banner-section .text p {
        width: 100%;
    }
    .inner-banner-section .text {
        gap: 0;
        column-count: 1;
    }
    .inner-banner-section h3 {
        font-size: 28px;
    }
     .inner-banner-section h1{
        font-size: 64px;
        line-height: 95%;
     }
     .inner-banner-section {
        margin: 60px 0 50px;
    }
}