.contact {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 4% 0;
}
.contact h3 {
    color: #000;
    font-size: 28px;
    text-align: center;
    margin-bottom: 5%;
}
.cc-left{
    width: 35%;
    float: left;
}
.cc-left h3 {
    font-size: 22px;
    padding-bottom: 10px;
}
.cc-left p{
    font-size: 15px;
    line-height: 37px;
}
.cc-right{
    float: right;
    width: 62%;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .cc-left {
        width: 100%;
        float: left;
    }
    .cc-left h3 {
        font-size: 18px;
        padding-bottom: 5px;
    }
    .cc-left p {
        font-size: 15px;
        line-height: 31px;
    }
    .cc-right {
        float: right;
        width: 100%;
    }
}