/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 100px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f3f5fa;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-family: "Jost", sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #0000ff;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0000ff;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .section-title h2 {
        font-size: 28px;
    }

    .section-title p {
        margin-bottom: 0;
        font-size: 16px;
    }
}

@media (max-width: 990px) {
    .section-title h2 {
        font-size: 26px;
    }

    .section-title p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .section-title h2 {
        font-size: 24px;
    }

    .section-title p {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .section-title h2 {
        font-size: 22px;
    }
}

@media (max-width: 425px) {
    .section-title h2 {
        margin-top: 100px;
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    padding-bottom: 20px;
}

.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #fff;
    transition: 0.5s;
}

.team .member .avatar-img {
    overflow: hidden;
    width: 180px;
    height: 180px;
    border-radius: 100%;
}

.team .member .pic img {
    width: 90%;
    overflow: hidden;
    border-radius: 50%;
    transition: ease-in-out 0.3s;
}

.team .member:hover {
    transform: translateY(-10px);
}

.team .member .member-info {
    padding-left: 30px;
    font-family: "Poppins", sans-serif;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #37517e;
}

.team .member h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #37517e;
}

.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}

.team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.team .member .member-info {
    width: 450px;
    margin-left: -15px;
}

.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}

.team .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
}

.team .member .social a:hover {
    background: #0000ff;
}

.team .member .social a:hover i {
    color: #fff;
}

.team .member .social a + a {
    margin-left: 8px;
}

@media (max-width: 990px) {
    .team .member span {
        font-size: 14px;
    }

    .dosen {
        padding-top: 0;
    }

    .tendik {
        padding-top: 0;
    }

    .tata-usaha {
        padding-top: 0;
        padding-bottom: 50px;
    }
}

@media (max-width: 425px) {
    .team .member span {
        font-size: 12px;
    }

    .team {
        padding: 10px;
    }

    .team .member h4 {
        font-size: 16px;
    }

    .team .member h5 {
        font-size: 14px;
    }

    .team .member p {
        font-size: 12px;
    }

    .tata-usaha {
        padding-bottom: 40px;
    }
}
