.main-content{
    max-width: 1440px;
    margin: 60px auto;
    font-family: Arial, Arial;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.title{
    font-weight: bold;
    font-size: 42px;
    color: #333333;
    line-height: 42px;
    text-align: center;
    font-style: italic;
}
.contact{
    margin-top: 60px;
    height: 529px;
    display: flex;
    max-width: 1440px;
}
.contact .contact-left{
    width: 674px;
    height: 440px;
    background-color: #2980D3;
    padding: 0 40px;
    display: grid;
    align-content: center;
}
.contact .contact-left .contact-left-title{
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 40px;
}
.contact .contact-left .contact-left-content{
    font-size: 26px;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 20px;
}
.contact .contact-left .contact-left-content img{
    width: 26px;
    height: 26px;
    float: left;
}
.contact .contact-left .contact-left-content p{
    margin-left: 40px;
    color: #FFFFFF;
}

.quote{
    width: 726px;
    float: left;
    margin-left: 40px;
}
.quote input,.quote textarea{
    border: none;
    outline: none;
    padding-left: 20px;
    line-height: 60px;
    background: #F3F2F9;
}
.quote .quote-name,.quote .quote-email{
    width: 348px;
    float: left;
}
.quote .quote-email{
    margin-left: 30px;
}
.quote .intl-tel-input{
    width: 100%;
    margin-top: 20px;
}
.quote .quote-phone{
    width: 100%;
}
.quote .quote-message{
    width: 100%;
    height: 280px;
    margin-top: 20px;
    resize: none;
}
.quote input::placeholder,.quote textarea::placeholder{
    color: #333333;
}
.quote .quote-btn{
    width: 220px;
    height: 60px;
    background: #2980D3;
    border-radius: 30px;
    font-family: Trade Gothic Next LT Pro, Trade Gothic Next LT Pro;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}


@media only screen and (min-width: 800px) and (max-width: 1440px){
    .main-content{
        max-width: 800px;
        font-size: 12px;
    }
    .contact .contact-left{
        width: 46%;
    }
    .contact .contact-left .contact-left-title{
        font-size: 30px;
        line-height: 30px;
    }
    .contact .contact-left .contact-left-content{
        font-size: 20px;
        line-height: 24px;
    }
    .contact .contact-left .contact-left-content img{
        width: 20px;
        height: 20px;
    }
    .quote{
        width: 50%;
        margin-left: 4%;
    }
    .quote .quote-name, .quote .quote-email{
        width: 48%;
    }
    .quote .quote-email{
        margin-left: 4%;
    }
    .quote .quote-btn{
        width: 180px;
    }
}