.team {
    padding: 72px 0;
}

.team .team-member {
    padding: 69px 97px 74px 112px;
    background: #FFFFFFCC;
    box-shadow: 0px 1px 6px 2px #00000012;
    border-radius: 15px;
}

.team .team-member:not(:last-child) {
    margin-bottom: 79px;
}

.team .team-member .name {
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 45.28px;
    text-align: left;
    margin-bottom: 35px;
    color: #414551;
}

.team .team-member .description {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #414551;
}

.team .team-member .description p {
    margin-bottom: 25px;
}

.team .team-member .solid-btn {
    border-radius: 19.5px;
    padding: 7px 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    border: 1.5px solid;
    background-color: #61AFA2;
    color: #FBFAF4;
    border-color: #61AFA2;
    margin-top: 13px;
    display: block;
    max-width: max-content;
    box-shadow: 2px 2px 4px 1px #0000001A;
}

@media screen and (max-width:1199.9px) {
    .team .team-member {
        padding: 40px;
    }

    .team .team-member .name {
        margin-bottom: 0;
        line-height: 32px;
    }

    .team {
        padding: 30px 0;
    }
}
@media screen and (max-width:767.9px) {
    .team .team-member {
        padding: 30px 20px;
    }
}