﻿
.wmkc-contact-item{display:flex;max-width:1532px;margin:0 auto;flex-wrap:wrap;justify-content:space-between}
.wmkc-contact-title h4{font-family: Arial;font-weight: 700;font-size: 64px;color: #6151ce;line-height: 60px;text-align: center;margin-bottom: 60px;}
.wmkc-contact-right h5{font-family:Arial;font-weight:700;font-size:43px;color:#1f1f1f;line-height:50px;max-width:60%;margin-bottom:25px}
.wmkc-contact-right p{font-family:Arial;font-weight:400;font-size:34px;color:#1f1f1f;line-height:50px;margin-bottom:20px}
.wmkc-contact-left{flex:1}
.wmkc-contact-right{width:58%;padding:0 43px;box-sizing:border-box}
.wmkc-contact-top{padding:95px 0}
.wmkc-contact-title{max-width:1000px;margin:0 auto}
.wmkc-contact-box{width:32%;margin-bottom:50px;padding:0 15px}
.wmkc-contact-img{display:flex;justify-content:center;margin-bottom:40px}
.wmkc-contact-text p:nth-of-type(1){font-family:Arial;font-weight:700;font-size:30px;color:#1f1f1f;line-height:50px;margin-bottom:32px;text-align:center}
.wmkc-contact-text p:nth-of-type(2){font-family:Arial;font-weight:400;font-size:30px;color:#1f1f1f;line-height:40px;text-align:center}
.wmkc-contact-botton{margin-top:90px}
@media (max-width:1600px) {
    .wmkc-contact-top {padding: 50px 0;}
    .wmkc-contact-title h4,.wmkc-contact-title h4{line-height: 1.5;margin-bottom: 25px;font-size: 52px;}
    .wmkc-contact-right h5{font-size: 32px;line-height: 1.52;max-width: 100%; margin-bottom: 20px;}
    .wmkc-contact-right p{font-size: 24px;line-height: 1.52;margin-bottom: 15px;}
    .wmkc-contact-text p:nth-of-type(1){font-size: 26px;line-height: 1.5;}
    .wmkc-contact-text p:nth-of-type(2){font-size: 22px;line-height: 1.5;}
    .wmkc-contact-img{max-width: 20%;margin: 0 auto 35px;height: 95px;}
    .wmkc-contact-img img{object-fit: contain;}
}
@media (max-width:1420px) {
    .wmkc-contact-title h4, .wmkc-contact-title h4{font-size: 42px;}
    .wmkc-contact-right h5{font-size: 26px;}
    .wmkc-contact-right p{font-size: 20px;}
    .wmkc-contact-text p:nth-of-type(1){font-size: 22px;margin-bottom: 10px;}
    .wmkc-contact-text p:nth-of-type(2){font-size: 20px;}
}
@media (max-width:1200px) {
    .wmkc-contact-top {padding: 10px 0 50px;}
    .wmkc-contact-title h4, .wmkc-contact-title h4{font-size: 36px;}
    .wmkc-contact-box{margin-bottom: 30px;}
}
@media (max-width:1024px) {
    .wmkc-contact-title h4, .wmkc-contact-title h4{font-size: 28px;}
    .wmkc-contact-right {width: 50%;padding: 15px 30px;box-sizing: border-box;}
    .wmkc-contact-right h5 {font-size: 22px;margin-bottom: 10px;}
    .wmkc-contact-right p {font-size: 18px;margin-bottom: 10px;}
    .wmkc-contact-text p:nth-of-type(2){font-size: 18px;}
    .wmkc-contact-text p:nth-of-type(1){font-size: 20px;}
}
@media (max-width:768px) {
    .wmkc-contact-box {width: 33%;padding: 0 10px;}
    .wmkc-contact-text p:nth-of-type(2){font-size: 16px;}
    .wmkc-contact-text p:nth-of-type(1){font-size: 18px;}  
    .wmkc-contact-botton {margin-top: 40px;} 
}
@media (max-width:500px) {
    .wmkc-contact-item{flex-direction: column;}
    .wmkc-contact-right {width: 100%;padding: 20px 0px;}
    .wmkc-contact-top {padding: 10px 0;}
    .wmkc-contact-botton {margin-top: 20px;}
    .wmkc-contact-botton  .wmkc-contact-item{flex-direction:unset;}
    .wmkc-contact-box{width: 100%;}
    .wmkc-contact-img {max-width: 20%;margin: 0 auto 10px;height: 50px;}
}