.sd-block-more-info_employee h2 {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 48px;
    font-weight: bold;
    color: #153cba;
    font-family: 'Nunito', sans-serif;
}

.sd-block-more-info_employee p {
    margin-bottom: 60px;
}

.sd-block-more-info_employee .more-info-user {
    display: flex;
    align-items: center;
}

.sd-block-more-info_employee .more-info-user img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
}

.sd-block-more-info_employee .more-info-user .more-info-user-details {
    margin-left: 20px;
    margin-right: 20px;
}

.sd-block-more-info_employee .more-info-user .more-info-user-details h3 {
    font-size: 20px;
    color: #153cba;
    font-weight: 400;
}

.sd-block-more-info_employee .more-info-user .more-info-user-details ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 35px;
}

.sd-block-more-info_employee .more-info-user .more-info-user-details ul li a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 300;
    color: #090909;
}

.sd-block-more-info_employee .watergames_button > a {
    font-size: 18px;
}

@media screen and (max-width: 1600px) {
    .sd-block-more-info_employee h2 {
        font-size: 33px;
        margin-bottom: 50px;
    }

    .sd-block-more-info_employee p {
        margin-bottom: 60px;
    }

    .sd-block-more-info_employee .more-info-user img {
        width: 66px;
        height: 66px;
    }

    .sd-block-more-info_employee .more-info-user .more-info-user-details {
        margin-left: 17px;
        margin-right: 17px;
    }

    .sd-block-more-info_employee .more-info-user .more-info-user-details h3 {
        font-size: 18px;
    }

    .sd-block-more-info_employee .more-info-user .more-info-user-details ul {
        line-height: 29px;
    }

    .sd-block-more-info_employee .more-info-user .more-info-user-details ul li a {
        font-size: 17px;
    }

    .sd-block-more-info_employee .more-info-user > a {
        padding-left: 17px;
        padding-right: 17px;
        line-height: 33px;
        border-radius: 17px;
    }
}

@media screen and (max-width: 1400px) {
    .sd-block-more-info_employee h2 {
        font-size: 29px;
        margin-bottom: 44px;
    }

    .sd-block-more-info_employee p {
        margin-bottom: 44px;
    }

    .sd-block-more-info_employee .more-info-user img {
        width: 58px;
        height: 58px;
    }

    .sd-block-more-info_employee .more-info-user .more-info-user-details {
        margin-left: 15px;
        margin-right: 15px;
    }

    .sd-block-more-info_employee .more-info-user .more-info-user-details h3 {
        font-size: 17px;
    }

    .sd-block-more-info_employee .more-info-user .more-info-user-details ul {
        line-height: 26px;
    }

    .sd-block-more-info_employee .more-info-user .more-info-user-details ul li a {
        font-size: 16px;
    }

    .sd-block-more-info_employee .more-info-user > a {
        padding-left: 15px;
        padding-right: 15px;
        line-height: 29px;
        border-radius: 15px;
    }
}