.about-team-block{
    padding-top: 64px;
    padding-bottom: 64px;
    text-align: center;
    color: #282B60;
    background-color:#E2E9FF;
}
.about-team-block .heading-wrapper{
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
}
.about-team-block .heading-wrapper h2{
    font-family: Haffer;
    font-size: 36px;
    font-weight: 600;
    line-height: 46.8px;
    letter-spacing: 0.41999998688697815px;
    color: #282B60;
}
.about-team-block .row{
    margin-top: 44px;
    gap: 48px 63.5px;
    justify-content: center;
}
.about-team-block .row>div {
    max-width: 235px;
    padding: 0;
}
.about-team-block .about-team-member{
    text-align: center;
}
.about-team-block .about-team-member .h5{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.18000000715255737px;
    color: #283560;
    margin-top: 12px;
    margin-bottom: 4px;
    font-family: "DM Sans", sans-serif;
}
.about-team-block .about-team-member img{
    border-radius: 28px;
    width: 228px;
    height: 228px;
    object-fit: cover;
    object-position: top;
    box-shadow: -19px 12px 63px -18px #0074DD85, 20px 11px 63px -18px #97B0FE85;
}
.about-team-block .about-team-member p{
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    color: #283560;
    margin-bottom: 0px;
}
.bottom-description {
    margin-top: 48px;
}
.bottom-description p {
    font-family: Haffer;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin-bottom: 0;
    color: #5F6B92;
}
@media screen and (max-width: 767px) {
    .about-team-block{
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .about-team-block .heading-wrapper h2{
        font-size: 28px;
        font-weight: 600;
        line-height: 36.4px;
        letter-spacing: 0.41999998688697815px;
    }
    .bottom-description {
        margin-top: 52px;
    }
    .about-team-block .about-team-member .h5{
        font-size: 24px;
        line-height: 33.6px;
        letter-spacing: 0.18000000715255737px;
    }
    .about-team-block .about-team-member p{
        font-size: 16px;
        line-height: 25.6px;
    }
}
@media screen and (max-width: 575px) {
    .about-team-block .row {
        gap: 52px 0px;
    }
    .about-team-block .row>div {
        width: 100%;
        max-width: 274px;
        margin-left: auto;
        margin-right: auto;
    }
}