.info-window-header{
    font-family: Oswald !important;
    color: #4a4a4a !important;
    font-size: 24px;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 12px;
}

.info-window-content{
    font-family: Montserrat;
    color: #4a4a4a;
    font-size: 14px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
}

.info-window-tel{
    font-family: Montserrat;
    color: #ff7f50;
    font-size: 14px;
    padding-bottom: 12px;
    padding-left: 12px;
}

.form-style{
    padding-top: 80px;
    padding-bottom: 80px;
}

.form-title{
    font-family: Oswald;
    font-size: 28px;
    font-weight: 500;
    color: #4a4a4a;
}

.form-title-underline{
    width: 90px;
    height: 6px;
    background-color: #ff7f50;
}


.form-button{
    width: 166px;
    height: 48px;
    border-radius: 27px;
    background-color: #ff7f50;
    border-color: #ff7f50;
    margin-top: 28px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    cursor: pointer;
}

.form-button:hover{
    background-color: rgba(253, 131, 86, 0.9);
    border-color: rgba(255, 127, 80, 0.9);
}

.map-image{
    background-image: url(../image/map.svg);
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position-x: center;
    height: 546px; 
}