.our-story {
    background-color: #33D8E5;
    padding-top: 9.2vw;
    padding-bottom: 12.444vw;
}
.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 .our-story-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.our-story .story-box {
    width: 20%;
    text-align: center;
}
.our-story .story-box .line {
    background-color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    height: 0.133vw;
    width: 100%;
    position: relative;
    margin-top: 1.778vw;
    margin-bottom: 1.778vw;
}
.our-story .story-box h5 {
    color: #fff;
    text-align: center;
    font-size: 2.044vw;
    line-height: 150%;
    font-family: 'Circular Std Book';
    font-weight: 450;
}
.our-story .story-box:first-child .line,
.our-story .story-box:last-child .line {
    width: 50%
}
.our-story .story-box:first-child .line {
    margin-left: auto;
}
.our-story .story-box p {
    font-size: 1.333vw;
    color: #fff;
    line-height: 150%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Circular Std Book';
    font-weight: 450;
}
.our-story .story-box .line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.978vw;
    height: 0.978vw;
    background-color: #fff;
    border-radius: 50%;
}
.our-story .story-box:first-child .line:before {
    left: 0;
}
.our-story .story-box:last-child .line:before {
    left: 100%;
}
.our-story .section-title p {
    margin-top: 4.4vw;
    font-size: 1.6vw;
    text-transform: capitalize;
    max-width: 77.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 .story-box {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .our-story .story-box h5 {
        font-size: 28px;
        line-height: 150%;
        width: 84px;
        transform: translateY(-12px);
        text-align: right;
    }
    .our-story .story-box .line {
        width: 88px !important;
        height: 100%;
        background-color: transparent;
        position: relative;
        margin: 0 !important;
    }
    .our-story .story-box .line:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        background-color: #fff;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .our-story .story-box p {
        width: 189px;
        font-size: 17px;
        line-height: 150%;
        margin: 0;
        text-align: left;
        min-height: 102px;
    }
    .our-story .story-box .line:before {
        width: 14px;
        height: 14px;
        top: 0;
        transform: translate(-50%,0);
        left: 50% !important;
    }
    .our-story {
        padding-top: 110px;
        padding-bottom: 150px;
    }
    .our-story .section-title h2 {
        line-height: 175%;
        font-size: 38px;
    }
    .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: 575px) {
    .our-story .section-title p {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
}