#padding-2, #padding-3 {
    height: 75px;
}
#padding-5 {
    height: 60px;
}
#fancy-title-3 {
    letter-spacing: 0px;
    text-transform: none;
    font-size: 64px;
    color: #454545;
    text-align: center;
    font-style: inherit;
    font-weight: 600;
    padding-top: 0px;
    padding-bottom: 0px;
}

#fancy-title-8, #fancy-title-9 {
    letter-spacing: 1px;
    text-transform: none;
    font-size: 30px;
    color: #454545;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media screen and (max-width: 767px){
    #padding-2 {
        height: 30px;
    }
    #fancy-title-3 {
        font-size: 35px;
    }
    #padding-5 {
        height: 15px;
    }
    .contact-ways .mk-fancy-title {
        font-size: 20px !important;
    }
    #padding-33 {
        height: 20px;
    }
    .mk-image {
        margin-bottom: 10px !important;
    }
}