img {
    max-width: 100%;
}

.home-contact {
    position: relative;
}

.home-contact::after {
    content: '';
    position: fixed;
    z-index: -3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/assets/template/ca1522862d1f32dbda64d993c17dc769/img/home-con-bg.jpg);
    background-size: cover;
    background-position: bottom center;
}

.home-contact .container {
    padding: 5rem 0rem;
}

.home-contact .row {
    align-items: center;
}

@media screen and (max-width:767px) {
    .home-contact .con-slogan{
        text-align: center;
    }

}

.home-contact .con-slogan p {
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: bold;
}

.home-contact .con-slogan span img {
    position: relative;
    left: -40px;
    width: 150px;
    margin-bottom: 0.5rem;
}

@media screen and (max-width:767px) {
    .home-contact .con-slogan span img {
        left: 0px;
        width: 200px;
        margin-bottom: 2rem;
        transform: rotate(6deg);        
    }
    
}

.home-contact .con-tel {
    text-align: center;
    margin-bottom: 0.5rem;
}

.home-contact .con-tel .text i {
    font-size: 28px;
    font-weight: bold;
    color: #946E43;
}

.home-contact .con-tel .text a {
    text-decoration: none;
    font-size: 32px;
    font-weight: bold;
    color: #946E43;
}

@media screen and (max-width:991px) {
    .home-contact .con-tel .text a {
        font-size: 30px;
    }

}

.home-contact .con-link {
    background-color: #946E43;
    text-align: center;
}

.home-contact .con-link a {
    text-decoration: none;
    font-size: 25px;
    letter-spacing: 3px;
    color: #fff;
    display: block;
    padding: 5px;
}

.home-contact .con-link a:hover {
    background-color: #78542c;
    transition: all 0.3s ease-in-out;
}