.about-page {
    background-color: #fff;
    padding: 0px 0px 0px 0px;
    position: relative;
	scroll-behavior: smooth;
}

.about-page .hero-wrapper {
    padding: 0px 8% 60px 8%;
    background: linear-gradient(180deg, rgba(215, 238, 255, 1) 68%, rgba(255, 255, 255, 1) 100%);
}

.about-page .hero-wrapper .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1240px;
    margin: 0px auto;
}

.about-page .hero-wrapper .hero-content h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.about-page .hero-wrapper .hero-content img {
    height: 100px;
}

.about-page .meet-founder {
    display: flex;
    flex-direction: column;
    padding: 100px 8% 20px 8%;
    gap: 40px;
}

.about-page .meet-founder .text-content {
    flex: 1;
    max-width: 640px;
}

.about-page .meet-founder .text-content h6 {
    font-size: 18px;
    font-weight: 500;
    color: #02457A;
    margin-bottom: 10px;
}

.about-page .meet-founder .text-content h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.about-page .meet-founder .text-content h2 b {
    color: #02457A;
    font-weight: 500;
}

.about-page .meet-founder .text-content p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 29px;
}

.about-page .meet-founder img {
    width: 100%;
    max-width: 480px;
    margin: 0px auto;
}

.about-page .meet-the-team {
    padding: 100px 8% 50px 8%;
}

.about-page .meet-the-team h6 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
}

.about-page .meet-the-team h2 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
}

.about-page .meet-the-team ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.about-page .meet-the-team ul li {
    width: calc(50% - 20px);
    max-width: 320px;
}

.about-page .meet-the-team ul li img {
    width: 100%;
    margin-bottom: 10px;
}

.about-page .meet-the-team ul li h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-page .meet-the-team ul li p {
    font-size: 13px;
    font-weight: 400;
}

.about-page .meet-the-team a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    background-color: #467BA3;
    color: #fff;
    font-size: 13px;
    width: 180px;
    margin: 50px auto 0px auto;
    height: 40px;
    border-radius: 20px;
}

.about-page .vission-mission {
    padding: 100px 8% 100px 8%;
    background-image: url('https://funnelupscale.com/wp-content/themes/funnelscale/assets/img/vission-overlay.png');
    background-size: cover;
    position: relative;
}

.about-page .vission-mission::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: linear-gradient(270deg, rgba(2, 69, 122, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.about-page .vission-mission ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.about-page .vission-mission ul li {
    background: #fff;
    border-radius: 15px;
    padding: 30px 30px;
    max-width: 360px;
}

.about-page .vission-mission ul li h2 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.about-page .vission-mission ul li p {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    line-height: 22px;
}

.about-page .testimony {
    padding: 100px 8% 20px 8%;
}

.about-page .testimony h6 {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
    text-align: center;
}

.about-page .testimony h2 {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.about-page .testimony ul {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    gap: 30px;
}

.about-page .testimony ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #D7EEFF;
    padding: 20px;
    border-radius: 10px;
    min-width: 320px;
}

.about-page .testimony ul li img {
    height: 80px;
    margin-bottom: 30px;
}

.about-page .testimony ul li .head {
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    background-color: #fff;
    width: 100%;
}

.about-page .testimony ul li .head span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.about-page .testimony ul li .head span:first-child {
    color: #00AB00;
}

.about-page .testimony ul li .head img {
    height: 16px;
    margin-left: auto;
    margin-bottom: 0px;
}

.about-page .testimony ul li .review {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
}

.about-page .testimony ul li .review img {
    width: 100%;
    height: unset;
    object-fit: contain;
}

.about-page .achievements {
    display: flex;
    flex-direction: column;
    padding: 100px 8% 0px 8%;
    gap: 20px;
}

.about-page .achievements .col {
    display: flex;
    flex-direction: column;
}

.about-page .achievements .col span {
    color: #000;
    font-size: 14px;
}

.about-page .achievements .col b {
    font-size: 30px;
    font-weight: 500;
    color: #000;
}

.about-page .achievements img {
    height: 40px;
}

.about-page .achievements p {
    font-size: 14px;
    font-weight: 400;
    max-width: 640px;
}

.about-page .work-with-us {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    padding: 100px 8% 100px 8%;
    background: linear-gradient(0deg, rgba(215, 238, 255, 1) 68%, rgba(255, 255, 255, 1) 100%);
}

.about-page .work-with-us .text-content {
    max-width: 640px;
}

.about-page .work-with-us .text-content h6 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.about-page .work-with-us .text-content h2 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.about-page .work-with-us .text-content h2 b {
    color: #02457A;
    font-weight: 500;
}

.about-page .work-with-us .text-content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
}

.about-page .work-with-us .text-content a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    background-color: #467BA3;
    color: #fff;
    font-size: 13px;
    height: 40px;
    width: 130px;
    border-radius: 20px;
    text-transform: capitalize;
}

.about-page .work-with-us img {
    width: 100%;
    max-width: 640px;
    border-radius: 10px;
}

@media screen and (min-width: 720px) {
    .about-page .hero-wrapper {
        padding: 50px 8%;
    }
}

@media screen and (min-width: 720px) {
    .about-page .meet-founder {
        flex-direction: row;
    }
}

@media screen and (min-width: 720px) {
    .about-page .meet-founder .text-content p {
        font-size: 20px;
    }
}

@media screen and (min-width: 1080px) {
    .about-page .meet-the-team ul li {
        width: calc(25% - 30px);
    }
}

@media screen and (min-width: 720px) {
    .about-page .vission-mission ul {
        align-items: flex-end;
    }
}

@media screen and (min-width: 880px) {
    .about-page .achievements {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .about-page .achievements p {
        max-width: 320px;
    }
}

@media screen and (min-width: 880px) {
    .about-page .work-with-us {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media screen and (min-width: 880px) {
    .about-page .work-with-us .text-content h6 {
        font-size: 20px;
    }
}

@media screen and (min-width: 880px) {
    .about-page .work-with-us .text-content h2 {
        font-size: 40px;
    }
}