﻿.content-home-contact {
    display: flex;
    align-items: center;
}

.l-img-home-contact {
    width: 58%;
}

.r-c-home-contact {
    flex: 1 1 0;
    text-align: right;
}

.l-img-home-contact img {
    display: block;
    width: 100%;
    height: auto;
}

.des-c-home-contact span {
    display: block;
    color: #4D4D4D;
    text-align: right;
    font-family: 'Montserrat-Regular';
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.688%; /* 24.964px */
}

.link-c-home-contact .w-link-invest {
    position: absolute;
    text-align: right;
    bottom: -33px;
    right: 20px;
}

.link-c-home-contact {
    text-align: right;
    position: relative;
    width: 100%;
    height: 59px;
}

.home-contact {
    background: url(/Design/img/ccnHT/b6.png) no-repeat;
    background-size: cover;
}

@media(max-width:1023px) {
    .des-c-home-contact span {
        font-size: 16px;
    }
}

@media(max-width:739px) {
    .home-contact {
        display: none;
    }
}