.about-company .leading-company h2,
.founder-about h2 {
    font-size: 52px;
    margin-bottom: 20px;
    font-family: TomatoGrotesk-SemiBold;
}
.team-content {
    text-align: center;
    padding: 40px;
    background: url(../img/bg-wrapper.webp) 0 0/100% 100% no-repeat #14378a;
    border-radius: 30px;
    border-image-slice: 1;
    backdrop-filter: blur(10px);
}
.about-company .leading-company h2 {
    color: #102c6d;
}
.about-company .leading-company p,
.founder-about p {
    color: #252525;
}
.founder-about h2 {
    color: #2f2f2f;
}
.team-content .team-wrapper h5 {
    font-size: 20px;
    font-family: TomatoGrotesk-SemiBold;
    background: linear-gradient(
        100deg,
        #e5f0f3 0,
        #c5e6f0 42%,
        rgb(136 211 232) 88%
    );
    -webkit-background-clip: text;
    color: transparent;
    text-transform: capitalize;
    -webkit-text-fill-color: transparent;
}
section.founded-sec {
    padding: 30px 0 90px;
}
.founder-img {
    padding-left: 40px;
}
