body, html {
    background-image: url('/portal/img/contact-us-bg.webp');
}

.main {
    height: 95px;
    min-height: fit-content;
}

.about-us-form-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    max-width: 1440px;
    margin: 0 auto;
    gap: 20px;
    padding-top: 100px;
}

.about-us-form-section-list {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-us-form-section-list.child-2 {
    max-width: 580px;
    gap: 30px;
}

.about-us-form-result {
    width: calc(100% - 100px);
    max-width: 630px;
    min-height: 400px;
    border-radius: 24px;
    padding: 36px 48px;
    background: #fff;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}

.about-us-form-result.show {
    display: flex;
}

.about-us-form-holder {
    width: calc(100% - 100px);
    max-width: 630px;
    min-height: 400px;
    border-radius: 24px;
    padding: 36px 48px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-us-form-holder.hide {
    display: none;
}

.filed-list {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.filed-list-input {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 24px;
    padding: 0 16px;
    height: 48px;
    background: #F5F5F5;
    font-weight: 400;
    font-size: 16px;
}

.filed-list-input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    font-family: 'Archivo', sans-serif;
}

.filed-list-text-area {
    position: relative;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 24px;
    padding: 15px 16px;
    height: 65px;
    background: #F5F5F5;
    font-weight: 400;
    font-size: 16px;
    max-height: 200px;
    min-height: 50px;
}

.filed-list-text-area::-webkit-resizer {
    background-image: url('/portal/img/text-area-resize-image.svg');
    background-repeat: no-repeat;
    background-size: auto;
}

.filed-list-text-area::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    font-family: 'Archivo', sans-serif;
}

.about-us-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.about-us-form-footer .yellow-button {
    padding: 0 50px;
}

.about-us-form-section-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 1520px) {
    .main-about-container {
        max-width: 1285px;
    }
}

@media (max-width: 768px) {
    body, html {
        background-size: cover;
    }

    .about-us-information-section {
        padding: 40px 10px;
        flex-direction: column;
    }

    .about-us-information-section-list {
        width: 100%;
        align-items: center;
        text-align: center;
        gap: 25px;
    }

    .about-us-information-section-list-img.child-1 {
        max-width: 100%;
        margin-top: 0;
        transform: rotate(8deg);
    }

    .about-us-information-section-list-img.child-2 {
        max-width: 100%;
        margin-bottom: 0;
        transform: rotate(-8deg);
    }

    .about-us-form-section {
        flex-direction: column-reverse;
        padding: 0 15px;
        text-align: center;
    }

    .about-us-form-section-list {
        width: 100%;
    }

    .about-us-form-section-list {
        align-items: center;
    }

    .about-us-form-section-list-item {
        gap: 10px;
        flex-direction: column;
    }

    .about-us-form-holder {
        width: calc(100% - 50px);
        padding: 36px 25px;
        gap: 15px;
    }

    .filed-list {
        flex-direction: column;
        gap: 15px;
    }

    .filed-list-input {
        width: calc(100% - 25px);
    }

    .filed-list-text-area {
        width: calc(100% - 25px);
    }

    .about-us-form-footer {
        flex-direction: column;
        gap: 20px;
    }

    .about-us-form-footer .yellow-button {
        width: 100%;
    }

    .checkbox-holder {
        text-align: left;
    }

    .about-us-form-result {
        width: calc(100% - 40px);
        padding: 20px 20px;
    }

    .about-us-form-result .yellow-button {
        width: 100%;
    }

    .about-us-form-result .result-done-image {
        width: 60px;
    }
}
