.our-story-block {
    padding: 120px 0 30px;
    position: relative;
}
.our-story-block::before {
    content: '';
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 115%;
    height: 100%;
    background-image: url('/wp-content/uploads/2026/01/Mask-group.svg');
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    pointer-events: none;
}
/* .our-story-block::after {
    content: "";
    background: linear-gradient(180.15deg, #F2F2F2 -8.99%, #E3EDF5 41.64%, #B8D3E9 310.66%, #81B1D9 140.53%, #136EBA 206.08%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -1;
} */
.our-story-block .row {
    align-items: center;
}
.our-story-block .col-md-6:first-child{
    width: 49%;
}
.our-story-block .cnt-wrp{
    max-width: 556px;
    margin-right: auto;
}
.our-story-block .cnt-wrp h2 {
    color: var(--primary-red);
    margin-bottom: 29px;
    -webkit-text-stroke: 1px #E4E5E5;
    text-stroke: 1px #E4E5E5;
}
.our-story-block .cnt-wrp>div {
    font-family: var(--font-content);
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    margin-bottom: 16px;
}
.our-story-block .cnt-wrp a.red-btn {
    margin-top: 20px;
}
.our-story-block .col-md-6:last-child{
    width: 51%;
}
.our-story-block .img-wrp {
    max-width: 517px;
    margin-left: auto;
}
.our-story-block .img-wrp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
@media screen and (min-width: 1600px) {
    .our-story-block::before {
        top: -120px;
    }
}
@media screen and (min-width: 1200px) {
    .our-story-block .container {
        max-width: 1175px;
    }
}
@media screen and (max-width: 1199px){
    .our-story-block {
        padding: 100px 0 30px;
    }
}
@media screen and (max-width: 991px){
    .our-story-block {
        padding: 80px 0 30px;
    }
    .our-story-block::before {
        top: -40px;
    }
    .our-story-block .col-md-6:first-child,.our-story-block .col-md-6:last-child{
        width: 100%;
    }
    .our-story-block .cnt-wrp{
        margin-inline: auto;
    }
    .our-story-block .cnt-wrp h2{
        text-align: center;
    }
    .our-story-block .img-wrp.desktop{
        display: none;
    }
    .our-story-block .img-wrp.mobile{
        margin-inline: auto;
        display: block;
        margin-block: 32px;
    }
    .our-story-block .cnt-wrp a.red-btn {
        width: fit-content;
        text-align: center;
        margin-inline: auto;
        display: block;
    }
}
@media screen and (max-width:767px) {
    .our-story-block::before {
        background-size: 200%;
    }
    .our-story-block .img-wrp.mobile {
        max-width: 330px;
    }
    .our-story-block .cnt-wrp h2{
        margin-bottom: 32px;
    }
}