.whoSec {
    padding: 120px 0 60px;
    background: #FBFBFB;
}
.usersWrapper.flex {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 60px;
    justify-content: space-around;
}
.singleFunction.singleUser {
    border-radius: 6px;
    border: 1px solid #d4efed;
    align-items: start;
    gap: 0;
    justify-content: flex-start;
    margin-bottom: 40px;
    display: flex;
}
.singleFunction.singleUser .imgWrapper {
    min-width: 66px;
    height: 62px;
    border: 1px solid #d4efed;
    background: rgba(177, 227, 225, 0.21);
    border-top: none;
    border-left: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.singleFunction.singleUser .imgWrapper img {
    max-width: 38px;
    max-height: 38px;
}
.functionData {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.singleUser .functionData {
    max-width: 490px;
    padding: 18px 16px;
}
.functionData .functionName {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 120.187%;
}
.contentWrapper p {
    color: #3F3F3F;
    font-size: 14px;
    line-height: 155.187%;
}
@media (max-width: 1199px) {
    .usersWrapper.flex{
        margin-top: 30px;
    }
    .allPlansCardWrapper{
        justify-content: center;
    }
}
@media (max-width:767px) {
    .usersWrapper.flex{
        flex-wrap: wrap;
        gap: 0;
    }
}
@media (max-width:575px) {
    .singleFunction.singleUser{
        margin-bottom: 20px;
    }
    .usersWrapper.flex {
        margin-top: 50px;
      }
}
