.about-header-img {
    object-fit: cover;
    height: 280px;
    width: 100%;
}
.about-head-texts {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
}

.about-head-texts h1 {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #ece8dc;
}

.about-head-texts p {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #ece8dc;
    opacity: 0.5;
}

.about-section1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-section1 p {
    font-weight: 700;
}

.about-section1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section1 .about-persons {
    position: relative;
}

.about-section1 .about-persons img {
    position: relative;
}

.about-section1 .about-persons .persons-sub-text-left {
    position: absolute;
    left: 18px;
    bottom: -15px;
    color: #fff;
    padding: 30px;
    background: rgba(24, 24, 46, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    min-width: 200px;
    z-index: 3;
}

.about-section1 .about-persons .persons-sub-text-right {
    position: absolute;
    right: 18px;
    bottom: -15px;
    color: #fff;
    padding: 30px;
    background: rgba(24, 24, 46, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    min-width: 200px;
    z-index: 3;
}

.about-section2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-section2 .timeline-container {
    width: 100%;
    overflow-x: scroll;
    padding: 60px 0px;
    height: 225px;
}

.about-section2 .timeline-list {
    position: relative;
    width: 100%;
    display: flex;
    min-width: 1300px;
    margin: 0px 12px;
}

.about-section2 .timeline-list .timeline-item {
    position: relative;
    margin: 0 0;
    height: 100px;
    width: 100%;
}

.about-section2 .timeline-list .timeline-item-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    position: absolute;
}

.about-section2 .timeline-list .timeline-item-content {
    position: relative;
    margin: 0 0;
    display: flex;
    flex-direction: column;
}

.about-section2 .timeline-list svg {
    margin-bottom: 5px;
}

.about-section2
    .timeline-list
    .timeline-item
    .timeline-item-content
    .timeline-text {
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    color: #1a162c;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 35px;
    margin: 0;
    padding-left: 32px;
}
.about-section2
    .timeline-list
    .timeline-item
    .timeline-item-content
    .timeline-date {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    color: #7a292a;
}

.about-section2
    .timeline-list
    .timeline-item
    .timeline-item-content
    .timeline-item-vertical-divider {
    border-left: 3px solid #7a292a;
    height: 36px;
    position: absolute;
    top: 0;
    left: 11px;
}

.about-section2
    .timeline-list
    .timeline-item:first-child
    .timeline-item-content {
    left: -12px;
}

.about-section2 .timeline-list .timeline-item.timeline-top {
    border-bottom: 3px solid #7a292a;
    bottom: 49px;
}

.about-section2 .timeline-list .timeline-item.timeline-bottom {
    border-top: 3px solid #7a292a;
    top: 48px;
}

.about-section2
    .timeline-list
    .timeline-item.timeline-bottom
    .timeline-item-content {
    flex-direction: column-reverse;
}

.about-section2
    .timeline-list
    .timeline-item.timeline-top
    .timeline-item-content
    .timeline-item-vertical-divider {
    bottom: 0;
    top: auto;
    height: 43px;
}

@media only screen and (max-width: 1399px) {
    .about-section2 .timeline-list .timeline-item.timeline-bottom {
        top: 50px;
    }

    .about-section2 .timeline-list .timeline-item.timeline-top {
        bottom: 47px;
    }
}

@media only screen and (max-width: 768px) {
    .about-section1 .about-persons .persons-sub-text-left,
    .about-section1 .about-persons .persons-sub-text-right {
        padding: 10px;
        min-width: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .about-section1 .about-persons {
        position: relative;
        padding: 10px;
    }
}

.about-section3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-section3 .about-section3-right-items-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.about-section3 .about-section3-right-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #ece8dc;
    flex-basis: 45%;
    align-items: center;
    padding: 18px;
}

.about-section3 .about-section3-right-items span {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #1a162c;
}

.about-section4 {
    padding-top: 60px;
    padding-bottom: 100px;
}

.about-section4 .about-section4-person {
    position: relative;
}

.about-section4 .about-section4-person .about-section-4-person-content {
    background: rgba(122, 41, 42, 0.5);
    backdrop-filter: blur(11.0111px);
    padding: 15px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.about-section4 .about-section4-person .about-section-4-person-content h5 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #e9ecdc;
}

.about-section4
    .about-section4-person
    .about-section-4-person-content
    span.job-title {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #e9ecdc;
    opacity: 0.7;
}
.about-section4
    .about-section4-person
    .about-section-4-person-content
    span.email {
    display: block;
    font-weight: 400;
    font-size: 10px;
    color: #e9ecdc;
    opacity: 0.7;
}

.about-section4 .biography-container {
    padding: 15px 20px;
    background-color: #ece8dc;
}

.about-section4 .biography-container button {
    background-color: rgba(0, 0, 0, 0);
}

.about-section4 .biography-container button:hover {
    background-color: #7a292a;
}

.about-section4 .biography-container div.biography {
    font-weight: 700;
    font-size: 12px;
    color: #1a162c;
    opacity: 0.7;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 70px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.about-team-images {
    height: 400px;
    object-fit: cover;
    width: -webkit-fill-available;
}

.hos-image img {
    max-width: 100%;
    height: auto;
    min-height: 500px;
    object-fit: contain;
    border-radius: 10px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .about-head-texts h1 {
        font-size: 35px;
    }
    .about-head-texts p {
        font-size: 14px;
    }
    .about-section1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-section3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-section3 .about-section3-right-items-list {
        gap: 30px;
        padding-top: 30px;
    }
    .about-section4 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hos-image img {
        min-height: 200px;
    }
}
