* {
    margin: 0;
    padding: 0;
}

html {
    behavior: smooth;
}

.main-container {
    width: 100%;
    padding-top: 170px;
}

.about-us-page {
    padding: 4rem 0;
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 20px;
    align-items: center;
    margin: auto;

}

.about-us-page-content {
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1 0;
    gap: 30px;
    position: relative;
}

.span-orange {
    color: orange;
}

.about-us-page-content h1,
.key-work-heading {
    font-size: 2.5rem;
}

.about-us-page-content p,
.legal-information article,
.legal-information p {
    font-size: 1.3rem;
    text-align: justify;
    line-height: 2rem;
    font-style: italic;
}

.about-us-page-imagebox {
    width: 45%;
    height: 400px;
    flex-grow: 1 0;
    display: flex;
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us-page-imagebox>.red-div:hover {
    transform: scale(0.9);
    transition: all 0.5s ease;
}

.about-us-page-imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-image {
    border-radius: 20px;
}

.red-div {
    width: 115%;
    height: 300px;
    position: absolute;
    background-color: rgba(255, 0, 0, 0.297);
    left: -15%;
    box-shadow: 10px 10px 10px 2px gray;
}

.mission-section {
    position: relative;
    background: gray;
}

.mission-section {
    color: #fff;
}

.mission-section-content-underdiv {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mission-image{
    border: 10px outset rgb(73, 240, 226);
}
/* .mission-image-design {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 10px outset rgb(73, 240, 226);
    right: 0;
    top: 0;
    z-index: 1;
} */

.key-work-mainsection {

    background: radial-gradient(circle, rgb(219, 188, 193) 10%, #fff 100%);
}

.key-work-section {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 3rem 0;
}

.key-work-div {
    width: 100%;
    flex-direction: row-reverse;
    padding: 0rem 0;
    height: auto;
}

.key-work-heading {
    margin: auto;
    padding: 20px 0 50px ;
}

.key-work-span {
    width: 40%;
    aspect-ratio: 3/2;
}

.key-work-imagebox {
    align-items: start;
    height: 220px;
}

.key-work-content-div {
    width: 70%;
}

.key-work-image {
    width: 100%;
    height: 100%;
    object-fit: fill;
    /* mix-blend-mode: color-burn !important; */
}

.key-work-section .key-work-div .about-us-page-content h2 {
    font-size: 2rem;
}

.key-work-section .about-us-page:nth-of-type(1) .about-us-page-content h2 {
    color: rgb(17, 145, 196);
}

.key-work-section .about-us-page:nth-of-type(3) .about-us-page-content h2 {
    color: orange;
}

.key-work-section .about-us-page:nth-of-type(even) .about-us-page-content h2 {
    color: green !important;
}

.legal-information {
    width: 90%;
    height: auto;
    margin: auto;
}

.legal-information h2 {
    font-size: 2.5rem;
    padding: 15px 0;
}

.legal-information p {
    padding: 20px 0;
}

.legal-information ul {
    padding: 10px 0 10px 20px;
}

.legal-information dl {
    padding: 10px 0;
}

.legal-information dl dt {
    padding: 10px 0 5px 0;
    font-weight: bold;
}


.legal-information ul li,
.legal-information dl dt {
    font-size: 1.2rem;
}

@media screen and (max-width:1024px) {
    .about-us-page {
        flex-direction: column;
        gap: 20px;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .about-us-page-content {
        width: 90%;
    }

    .about-us-page-imagebox {
        width: 90%;
    }

    .key-work-div {
        width: 100%;
    }

    .about-us-page-content h1,
    .key-work-heading,
    .legal-information h2 {
        font-size: 2rem;
    }

    .about-us-page-content p,
    .legal-information article,
    .legal-information p {
        font-size: 1.2rem;
    }

    .key-work-section {
        padding: 0rem 0 0 0 ;
    }

    .key-work-section .key-work-div .about-us-page-content h2 {
        font-size: 1.8rem;
    }

    .key-work-div {
        flex-direction: column-reverse;
    }
    .key-work-imagebox{
        height: auto;
    }

}

@media screen and (max-width:768px) {

    .about-us-page-content h1,
    .key-work-heading,
    .legal-information h2 {
        font-size: 1.9rem;
    }

    .about-us-page-content p,
    .legal-information article,
    .legal-information p {
        font-size: 1.1rem;
    }

    .key-work-section .key-work-div .about-us-page-content h2 {
        font-size: 1.6rem;
    }

}

@media screen and (max-width:550px) {

    .about-us-page-content {
        width: 95% !important;
    }

    .about-us-page-imagebox {
        width: 95%;
    }

    .key-work-section {
        width: 95%;
    }

    .key-work-heading {
        width: 95%;
        padding: 1rem 0;
    }
    .about-us-address{
        font-size: 0.8rem;
    }

}