.educator-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 #59658226;
    /* max-width: 552px; */
    height: 100%;
    text-decoration: none;
}

.educator-box figure.userImg {
    margin-right: 15px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.educator-box figure.userImg img {
    width: 100%;
}

.educator-box .box-content {
    width: calc(100% - 130px);
}

.educator-box h4 {
    text-align: left;
}

.educator-box .box-content p {
    font-family: Lexend;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

.educator-box .box-content h6.small {
    font-size: 18px;
    color: #13316B;
    font-family: Lexend;
    font-weight: 500;
    line-height: 22.5px;
}

@media (max-width: 575px) {
    .educator-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .educator-box figure.userImg {
        margin-right: 0;
    }

    .educator-box .box-content {
        width: 100%;
    }

    section.categories .content h4 {
        text-align: center;
        font-size: 20px;
        line-height: 1.2;
    }

    section.categories .content p {
        font-size: 14px;
        line-height: 1.3;
        text-align: center;
    }
}
