#head-area {
    display: flex;
    width: 90.3vw;
    margin: auto;
}

.title-wrapper {
    padding-bottom: 39px;
}


#contact-text {
    font-size: 1.9vw;
    font-weight: 500;
    display: inline-block;
    text-align: left;
}

#contact-img {
    width: clamp(80px, 10vw, 144px);
    margin-left: 40%;
}

.content-center {
    text-align: center;
    margin-bottom: 3%;
}

#content-email {
    font-family: Noto Sans;
    font-size: 2.8vw;
    font-weight: 500;
    color: #000000;
    text-decoration: underline;
}

#contact-sentence-box {
    border: 1px solid #000;
    overflow-y: scroll;
    height: 38.3vh;
    width: 100% !important;
}

#contact-sentence {
    font-family: Noto Sans;
    font-size: clamp(9px, 2.2vw + 4px, 20px);
    font-weight: 500;
    color: #A09090;
    line-height: clamp(35px, 2.2vw + 4px, 45px);
    text-align: left;
    width: 59vw;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: clamp(8px, 2vw + 20px, 80px) !important;
}

#contact-under-text {
    font-family: Noto Sans;
    font-size: clamp(14px, 1.4vw + 2px, 20px);
    font-weight: 500;
    display: inline-block;
}

@media (max-width: 770px) {
    #contact-text {
        font-size: 2.8vw;
    }
}
