.main-heading .title {
    font-family: 'Work Sans', sans-serif;
    font-size: 3.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

.about-us-logo {
    background-color: #ececec;
    max-width: 231px;
    min-height: 231px;
    line-height: 231px;
    margin-bottom: 69px;
}

.our-journey .title {
    padding-bottom: 73px;
}

.our-journey h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -0.4px;
    color: #000;
    padding-top: 29px;
    padding-bottom: 20px;
}

.our-journey p {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 1.39;
    color: #000;
}

.our-journey .images {
    border-radius: 3px;
    background-color: #ececec;
    min-height: 515px;
}

.our-journey .events .rounded-circle {
    background-color: #ececec;
    max-width: 239px;
    min-height: 231px;
    line-height: 239px;
    margin-bottom: 31px;
}

.our-journey .events h6 {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    color: #000;
}

.our-journey .events p {
    font-size: 1.125rem;
    line-height: 1.39;
    text-align: center;
    color: #000;
}

.our-journey .events-wrapper {
    padding: 0 90px 0;
}

.achievements {
    padding-top: 134px;
}

.our-journey .journey-col {
    padding: 171px 0 90px 0;
}

.main-heading.our-team .title {
    padding-bottom: 78px;
}

.main-heading.our-team .row {
    padding-bottom: 55px
}

.members-wrapper {
    padding-bottom: 15px;
}

.members-wrapper .details {
    min-height: 180px;
}

.members-wrapper .details h6 {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    text-align: left;
    padding-top: 22px;
    margin-bottom: 0;
}

.members-wrapper .details .desig {
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.39;
    color: #000;
    display: block;
    padding-bottom: 11px;
    margin-bottom: 8px;
    border-bottom: solid 1px #cfcfcf;
}

.members-wrapper .details .social {
    padding: 0;
    margin: 0;
}

.members-wrapper .details .social li {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #000;
    list-style: none;
    padding: 0;
    margin: 0;
}

.members-wrapper .details .social li a {
    color: #000;
}

.members-wrapper .details .social li.s-links {
    float: left;
    padding-right: 14px;
    padding-top: 5px;
}

.members-wrapper .details .social li.s-links i.bi {
    color: #07a6c5;
}

.our-customers {
    font-family: 'Work Sans', sans-serif;
    background-color: rgb(11 61 96 / 10%);
    padding: 92px 0;
}

.our-customers blockquote {
    font-style: italic;
    font-size: 1.125rem
}

.our-customers li {
    list-style: none;
}

.our-customers .title {
    /* padding-bottom: 58px; */
}

.our-customers .owl-carousel {
    padding: 60px 207px;
}

.customer-wrapper .intro img {
    float: left;
    max-height: 55px;
    max-width: 55px;
    padding-right: 14px;
}

.customer-wrapper {
    padding: 32px 33px 30px 32px;
    border-radius: 4px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.customer-wrapper .intro {
    padding-bottom: 28px;
}

.customer-wrapper .intro h5 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.31;
    color: #000;
    margin-bottom: 4px;
}

.customer-wrapper .intro p {
    font-size: 1rem;
    line-height: 1.31;
    color: #000;
}


/* Media Query for Mobile Devices */

@media (max-width: 425px) {
    .main-heading {
        padding: 30px 0;
    }
    .main-heading .title {
        font-size: 2rem;
    }
    .our-journey .title {
        padding-bottom: 40px;
    }
    .our-journey .col-xl-6 h3 {
        font-size: 1.375rem;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .our-journey p {
        font-size: 0.75rem;
    }
    .our-journey .journey-col {
        padding: 40px 0;
    }
    .achievements {
        padding-top: 40px;
    }
    .our-journey .journey-col .events {
        padding-bottom: 30px;
    }
    .members-wrapper img {
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    #main .about-social {
        margin-bottom: 40px;
    }
    #main .members-wrapper .details {
        min-height: auto;
    }
    #main .main-heading.our-team .title {
        padding-top: 40px;
    }
    #main .main-heading.our-customers {
        padding-top: 30px;
    }
}


/* Media Query for small device  */

@media (max-width: 768px) {
    .our-journey .events-wrapper {
        padding: 0 12px
    }
    .our-journey {
        padding: 0;
    }
    .our-journey .events .rounded-circle {
        max-width: 220px;
        min-height: 200px;
        line-height: 200px;
        margin-bottom: 31px;
    }
    .our-journey h3 {
        padding-top: 0;
    }
    .our-team {
        padding-top: 0;
    }
    .main-heading.our-team .row .events {
        padding-bottom: 30px;
    }
    .our-customers .owl-carousel {
        padding: 30px 12px;
    }
    #main .main-heading.our-team .title {
        padding-top: 40px;
    }
    #main .main-heading.our-customers {
        padding-top: 30px;
    }
}


/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .our-journey .events-wrapper {
        padding: 0 12px
    }
    .our-journey {
        padding: 0;
    }
    .our-journey .events .rounded-circle {
        max-width: 220px;
        min-height: 200px;
        line-height: 200px;
        margin-bottom: 31px;
    }
    .our-journey h3 {
        padding-top: 0;
    }
    .our-team {
        padding-top: 0;
    }
    .main-heading.our-team .row .events {
        padding-bottom: 30px;
    }
    .our-customers .owl-carousel {
        padding: 30px 12px;
    }
}
