.about-banner {
    margin-top: 25px;
}

.about-banner .image,
.about-banner .image-m {
    max-width: 100%;
}

.about-banner .image-m {
    display: none;
}

@media (max-width: 728px) {
    .about-banner .image {
        display: none;
    }

    .about-banner .image-m {
        display: block;
    }
}

.title-box {
    margin: 40px 0 45px;
}

.description-item {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
    padding: 30px;
    background-color: #ececef;
    border-radius: 65px;
    margin-top: 110px;
}

.desc-banner {
    flex-basis: 100%;
    max-width: 45%;
    background-color: #58595b;
    border-radius: 60px;
    margin-bottom: 60px;
    margin-top: -90px;
    object-fit: cover;
}

.desc-content {
    flex-basis: 130%;
}

.desc-title {
    font-size: 1.3rem;
    font-weight: 600;
    position: absolute;
    top: -70px;
    right: 0;
}

.desc-text {
    margin: 0;
    text-align: justify;
}

@media (max-width: 960px) {
    .description-item {
        flex-direction: column;
        padding: 12px 12px 20px;
        border-radius: 45px;
    }

    .desc-banner {
        flex-basis: 100%;
        max-width: none;
        margin: 0;
        border-radius: 38px;
    }

    .profile {
        width: 33.3333% !important;
    }

    .prof-image {
        border-radius: 24px !important;
    }
}

@media (max-width: 728px) {
    .personal-box {
        padding: 5px !important;
        border-radius: 50px !important;
    }

    .profile {
        width: 50% !important;
    }

    .prof-image {
        border-radius: 28px !important;
    }
}

@media (max-width: 512px) {
    .profile {
        width: 100% !important;
    }

    .prof-image {
        border-radius: 38px !important;
    }
}

.personal-head {
    margin-top: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.psh-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.psh-underline {
    width: 100%;
    height: 2px;
    background-color: #00a693;
}

.personal-box {
    padding: 30px 15px;
    border-radius: 65px;
    background-color: #ececef;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.profile {
    width: 20%;
    padding: 15px;
}

.profile-box {
}

.prof-image {
    width: 100%;
    aspect-ratio: 1;
    background-color: #58595b;
    border-radius: 12px;
}

.prof-name {
    margin: 10px 0 0;
    font-size: 0.9rem;
    line-height: 100%;
}

.prof-post {
    margin: 6px 0 0;
    font-size: 0.75rem;
    line-height: 100%;
}
