.our-story {
    background-color: #33D8E5;
    padding-top: 8.667vw;
    padding-bottom: 8.667vw;
}
/* .our-story .section-title {
    margin: 0 0 6.978vw 0;
} */
.our-story .section-title :is(h2, p) {
    color: #fff;
    font-family: 'Circular Std Book';
    font-weight: 450;
}
.our-story .section-title h3{
    font-size:1.6vw;
    line-height: 2.222vw;
    letter-spacing: 4.68px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 1.711vw;
}
.our-story .section-title p {
    margin-top: 4.4vw;
    font-size: 1.422vw;
    text-transform: capitalize;
    max-width: 76.778vw;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 1200px) {
    .our-story .container {
        max-width: 83.111vw;
    }
    
}
@media only screen and (max-width: 1199px) {
    .our-story {
        padding-top: 110px;
        padding-bottom: 150px;
    }
    .our-story .section-title h2 {
        line-height: 175%;
        font-size: 38px;
    }
    .our-story .section-title h3{
        font-size: 22px;
    }
    .our-story .section-title p {
        font-size: 19px;
        line-height: 175%;
        max-width: 100%;
        margin-top: 20px;
    }
    .our-story .story-box:last-child .line:after {
        display: none;
    }
    /* .our-story .section-title {
        margin: 0 0 60px 0;
    } */
}
@media only screen and (max-width: 767px) {
.our-story.our-story{
    padding: 70px 0;
}.our-story .section-title h2{
    font-size: 30px;
    line-height: 150%;
}
.our-story .section-title h3{
    font-size: 18px;
    line-height: 200%;
    margin-top: 20px;
    letter-spacing: 0;
}
.our-story .section-title p{
    font-size: 16px;
    line-height: 200%;
}
}
@media only screen and (max-width: 575px) {
    .our-story .section-title p {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
}