.about {
    padding: 5rem 0;
    background-color: #F5F5F5;
}

.about .about-content span {
    font-size: 14px;
    font-weight: 400;
    color: #ED2939;
    margin-bottom: 1rem;
}

.about .about-content-image {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .about-content-image img {
    width: 80%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 6px solid #F8F8F8;
}

.concept {
    /* padding: 5rem 0; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.concept-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5rem 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) -55.42%, rgba(27, 0, 0, 0.90) 80.29%);
}

.concept .concept-content h2 {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 120%; /* 38.4px */
}

.concept .concept-content p {
    color: #D7D7D7;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    width: 60%;
    margin: 0 auto;
    line-height: 31.6px;
}

.concept-item {
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #5D5D5D;
    backdrop-filter: blur(7.5px);
    margin-bottom: 1rem;
    height: calc(100% - 1rem);
}

.concept-item-image {
    margin-bottom: 1rem;
}

.concept-item-image img {
    object-fit: cover;
}

.concept-item p {
    color: #D7D7D7;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 201%;
}

.mission {
    padding: 5rem 0;
    background-color: #F5F5F5;
}

.mission-card {
    padding: 1.5rem 1.5rem 5rem 1.5rem;
    border-radius: 8px;
    background-color: #FFF;
    margin-bottom: 1rem;
}

.mission-card h2 {
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.mission-card p {
    font-size: 15px;
    font-weight: 400;
    line-height: 201%;
    color: #5D5D5D;
}

.mission-swiper {
    width: 100%;
    height: 100%;
}

.mission-swiper-buttons {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
    position: relative;
    bottom: 3rem;
    z-index: 10;
    left: 1.5rem;
    width: fit-content;
}

.mission-swiper-pagination {
    width: fit-content !important;
    margin: 0 .4rem;
}

.mission-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
}

.mission-swiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
    height: 10px;
    background-color: #ED2939;
    opacity: 1;
    border-radius: 10px;
}

.mission-button-next,
.mission-button-prev {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}

.mission-swiper-slide {
    width: 100%;
    height: 100%;
}

.mission-slider {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.mission-slider-item {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.mission-slider-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -27.63%, rgba(0, 0, 0, 0.80) 100%);
    padding: 1.5rem 1.5rem 4rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
}

.mission-slider-item-overlay h3 {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 2rem;
}

.mission-slider-item-overlay h3 span {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    margin-inline-end: .7rem;
    background: rgba(255, 0, 0, 0.10);
    color: #ED2939;
    padding: 0.7rem;
    border-radius: 8px;
}

.mission-slider-item-overlay p {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    line-height: 201%;
    text-align: justify;
}

.chairman {
    padding: 5rem 0;
    position: relative;
}

.chairman-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0% 0%, 65% 0, 100% 50%, 100% 100%, 0% 100%);
    background-color: #ED2939;
}

.chairman .chairman-content {
    padding: 1.5rem;
    border-radius: 8px;
    background-color: #FFF;
    margin-bottom: 1rem;
}

.chairman .chairman-image {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-color: #F5F5F5;
}

.chairman .chairman-image img {
    width: 100%;
    height: 100%;
    border: 4px solid #FFF;
    border-radius: 8px;
    object-fit: cover;
}






















@media screen and (max-width: 768px) {
    .about .about-content-image {
        margin-top: 2rem;
    }
    .about .about-content-image img {
        width: 100%;
    }
    .concept .concept-content h2 {
        font-size: 24px;
    }
    .concept .concept-content p {
        font-size: 12px;
        width: 100%;
    }
    .mission-slider-item {
        min-height: 500px;
    }
    .chairman-bg {
        display: none;
    }
}