.aboutus {
    background-color: white;
}

.about-us-top-pic-holder {
    position: relative;
    height: 600px;
    background-size: cover;
}

.about-us-top-pic-holder img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;


}

.about-us-text-area {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: justify;
    /* background-color: rgb(251, 239, 222); */
}

.history-section{
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    gap: 50px;
    /* margin-bottom: 200px; */
}
.history-section-pic{
    position: relative;
    width: calc(50% - 50px);
    height: 500px;
}
.history-section-pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.history-section-legacy-pic{
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 200px;
}

.history-section-legacy-pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.history-section-text{
    width: calc(50% - 50px);
    text-align: justify;
}

.histry-section-text-holder{
    height: fit-content;
}
@media screen and (orientation: portrait) {
    .history-section{
        flex-direction: column;
        margin-bottom: 100px;
        height: auto;
    }
    .history-section-pic{
        padding-top: 0;
        width: 100%;
        height: fit-content;
    }
    .histry-section-text-holder{
        padding: 0;
    }
    .column-reverse{
        flex-direction: column-reverse;
    }
}

.about-us-text-and-pic-container {
    display: flex;
    gap: 50px;
    margin-bottom: 100px;
}

.about-us-text-area-pic-holder {
    /* width: calc(50% - 50px); */
    height: 500px;
    margin-bottom: 20px;
}
.about-us-text-area-pic-holder-img {
    width: 100%;
    height: 100%;
}

.about-us-text-area-pic-holder img {
    width: 500px;
    height: 600px;
    object-fit: contain;
    object-position: top;
}
.two-icon-holder{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.about-us-text-area-text-holder {
    /* display: flex; */
    align-items:flex-end;
    /* width: calc(50% - 50px); */
    height: auto;
    /* margin-top: 50px; */
}
.name-holder{
    margin-top: 20px;
}
.about-us-icon-holder{
    display: flex;
    height: calc(50% - 10px);
    width: 100%;
    gap: 10px;
    /* background-color: aqua; */
}
.about-us-icon-holder .icon-holder{
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    height: 100%;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-color: rgb(249, 232, 218);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.about-us-icon-holder .icon-holder p{
    font-weight: bold;
    text-align: center;
    color: black;
}
.about-us-icon-holder .icon-holder p span{
    
    font-size: 20px;
}
.about-us-icon-holder .icon-holder img{
    width: 60%;
    height: 60%;
    object-fit: contain;
}
.speaker-holder{
    align-items: end;
    text-align: right;
}
.speaker-name{
    font-weight: bold;
    font-size: 20px;
   
}
.speaker-designation{
    font-weight: bold;
    font-size: 15px;
}

.social-link-holder{
    display: flex;
    gap: 20px;
    height: 100px;
    font-size: 50px;
    display: flex;
    justify-content: end;
}
.social-link-holder i{
    color: #0077b5;
}
.social-link-holder i:hover{
    color: #034e76;
}

@media screen and (orientation: portrait) {
    .about-us-text-and-pic-container {
        flex-direction: column;
    }
    .about-us-text-area-text-holder{
        width: 100%;
    }
    .portrait-view-column-reverse {
        flex-direction: column-reverse;
    }

    .about-us-text-area-pic-holder {
        height: 350px;
        width: 100%;
    }

    .about-us-text-area-pic-holder img {
        width: 100%;
        height: 400px;
        object-fit: contain;
    }

    .management-item {
        flex-direction: column;
    }

    .management-pic-holder {
        width: 100%;
        height: 450px;
    }

    .management-pic-holder img {
        width: 100%;
        height: 350px;
    }
}
@media (max-width: 1024px) and (orientation: landscape) {
    .about-us-text-area-pic-holder{
        width: calc((100% - 20px)/2);
    }
    .about-us-text-area-pic-holder-img{
        width: 100%;
    }
    .about-us-text-area-pic-holder-img img{
        width: 100%;
        height: auto;
    }
    .about-us-text-area-text-holder{
        width: calc((100% - 20px)/2);
    }
}