.contact_box {
    width: 100%;
    padding: calc(8px + 5rem) 0;
}

.contact {
    max-width: 1480px;
    width: 90%;
    margin: auto;
}

.contact .p3 {
    font-family: DM Sans, DM Sans;
    font-weight: 700;
    font-size: calc(8px + 2rem);
    color: #000000;
    line-height: calc(20px + 4rem);
    text-align: center;
}

.contact .p4 {
    font-family: DM Sans, DM Sans;
    font-weight: 400;
    font-size: calc(10px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 1.5rem);
    letter-spacing: 1px;
    text-align: center;
    margin-top: calc(4px + 0.25rem);
}

.contact_main {
    display: flex;
    justify-content: space-between;
    margin-top: calc(10px + 4rem);
}

.contact_main_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(3px + 2rem);
}

.contact_item {
    display: flex;
    justify-content: flex-start;
    gap: calc(8px + 1rem);
}

.contact_item .contact_item_icon {
    width: calc(10px + 2rem);
    height: calc(10px + 2rem);
}

.contact_item .contact_item_icon img {
    width: 100%;
    height: 100%;
}

.contact_item_text {
    width: calc(12px + 20rem);
}

.contact_item_text .p1 {
    font-family: Roboto_Regular;
    font-weight: 400;
    font-size: calc(4px + 1rem);
    color: #000000;
    line-height: calc(8px + 1rem);
}

.contact_item_text .p2 {
    font-family: Roboto_Regular;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1rem);
    text-align: left;
    margin-top: calc(3px + 0.25rem);
}


.map_box {
    width: 100%;
    height: calc(127px + 20rem);
}

@media screen and (max-width: 1100px){
    .contact .p3{
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }
    .contact .p4{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .contact_main{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .contact_item_text .p1{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .contact_item_text{
        width: 100%;
    }
    .contact_item_text .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .contact_item .contact_item_icon {
        width: calc(18px + 2rem);
        height: calc(18px + 2rem);
    }
    .message_from {
        width: 100% !important;
    }
}