.about-page {
    background: linear-gradient(180deg, rgb(243 243 233 / 85%) -9.01%, rgb(243 242 233 / 87%) 100%), url(/img/reserve-pattern.svg), repeat;
    background-size: 57px;
    padding-bottom: 85px;
}

.about-logo {
    fill: #222D66;
    max-width: 300px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.about-menu-section {
    padding: 30px 100px;
}

.about-texts .first-row .head-text {
    font-size: 30px;
}

.about-page .text-section h1 {
    color: #252E65;
    font-family: BatickRodist;
    font-size: 160px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-page .circle {
    background: #252E65;
}

.about-page .line {
    background: #252E65;
    width: 100%;
}

.about-line {
    width: 120%;
}

.text-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-texts {
    margin: 100px 0;
}

.about-texts p {
    color: #000;
    font-family: "Minion Variable Concept";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.about-texts h2 {
    color: #000;
    font-family: "Minion Variable Concept";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about-texts h1 {
    color: #252E65;
    font-family: BatickRodist;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.first-row img {
    border-radius: 100px 100px 0px 0px;
}

.first-row h1 {
    margin-top: 100px;
}

.second-row img {
    border-radius: 10px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    object-fit: cover;
}

.aspect-rec {
    aspect-ratio: 1 / 1.5;
}

.second-row, .third-row {
    margin-top: 100px!important;
}

.third-row img {
    object-fit: cover;
    height: 500px;
    border-radius: 30px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media only screen and (max-width: 1024px) and (max-height: 1366px) {
    .first-row img {
        height: 500px;
        width: 100%;
        object-fit: cover;
        margin-top: 30px;
    }

    .second-row h1 {
        margin-top: 30px;
    }

    .container {
        padding: 60px!important;
    }

    .second-row {
        justify-content: center;
    }
}

@media only screen and (max-width: 850px) and (max-height: 1280px) {
    .container {
        padding: 30px!important;
    }
}

@media only screen and (max-width: 450px) {
    .about-logo {
        max-width: 200px;
    }

    .about-menu-section {
        padding: 30px;
    }

    .about-page .text-section h1 {
        font-size: 70px;
    }

    .about-page {
        background-size: 37px;
        padding-bottom: 35px;
    }

    .about-texts {
        margin: 0;
    }

    .about-texts .first-row .head-text {
        font-size: 25px;
    }

    .first-row h1 {
        margin-top: 50px;
    }

    .about-texts h1 {
        font-size: 70px;
    }

    .about-texts h2 {
        font-size: 30px;
    }

    .about-texts p {
        font-size: 22px;
    }

    .second-row, .third-row {
        margin-top: 50px!important;
    }
}

@media only screen and (max-width: 395px) {
    .about-texts h1 {
        font-size: 65px;
    }

    .about-texts h2 {
        font-size: 25px;
    }

    .about-texts p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 380px) {
    .about-texts .first-row .head-text {
        font-size: 22px;
    }

    .about-texts h1 {
        font-size: 60px;
    }

    .about-texts h2 {
        font-size: 23px;
    }

    .about-texts p {
        font-size: 18px;
    }
}



