.about-us {
    margin-top: 50px;
}

.team-about {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 50px;
    padding: 50px;
}

.team-about>img {
    width: 30%;
}

.team-about>div {
    width: 65%;
}

.team-about h1 {
    margin-top: 10px;
    font-family: "bold";
    font-size: 24px;
}

.team-about p {
    color: #9CA3AF;
    font-size: 14px;
    margin-top: 10px;
}

.team-about ul {
    margin-top: 10px;
}

.team-about ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.team-about ul li span {
    color: #4B5563;
    font-size: 13px;
}

.trust-about {
    margin-top: 50px;
}

.trust-about ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
}

.trust-about ul li {
    list-style: none;
    margin: 10px 0;
    text-align: center;
}

.trust-about ul li>:first-child {
    color: #111827;
    font-family: "bold", sans-serif;
    font-size: 18px;
}

.trust-about ul li>:last-child {
    color: #9CA3AF;
    font-size: 14px;
    margin-bottom: 15px;
}

.trust-about ul p {
    margin-bottom: 0;
}

.about-video {
    margin-top: 50px;
}

.about-video>a {
    display: flex;
    width: 50%;
    margin: 15px auto;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 20px;
    max-width: 550px;
}



.team-mehrabi {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 50px;
    background-color: #F3F4F6;
    width: 100%;
    padding: 50px;
}

.team-mehrabi>img {
    width: 30%;
}

.team-mehrabi>div {
    width: 65%;
}

.team-mehrabi h1 {
    margin-top: 10px;
    font-family: "bold";
    font-size: 24px;
}

.team-mehrabi p {
    color: #9CA3AF;
    font-size: 14px;
    margin-top: 10px;
}

.about-cta {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
}

.about-cta>:last-child {
    margin-top: 20px;
    display: flex;
    gap: 30px;
    justify-content: center;
}

@media screen and (max-width:768px) {
    .about-us {
        margin-top: 0;
    }

    .title-h2 {
        padding: 20px;
    }

    .about-us .title-h2 h2 {
        font-size: 18px;
    }

    .team-about {
        padding: 20px;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .team-about>img {
        width: 100%;
    }

    .team-about>div {
        width: 100%;
        margin-top: 30px;
    }

    .trust-about ul {
        flex-wrap: wrap;

    }

    .trust-about ul li {
        width: 45%;
    }

    .about-video>a {
        width: 90%;
        margin-top: 10px;
    }

    .team-mehrabi {
        padding: 20px 30px;
        flex-wrap: wrap;
    }

    .team-mehrabi>img {
        width: 100%;
        padding: 50px;
    }

    .team-mehrabi>div {
        width: 100%;
        margin-top: 20px;
    }
}