.banner {
    top: 0;
    width: 100%;
    height: 360px;
}

.banner .banner-bg {
    position: absolute;
    width: 100%;
    height: 360px;
    background-image: linear-gradient(to right, #f5f7fa, #c3cfe2);
}

.banner .banner-illustration {
    position: absolute;
    right: 200px;
    bottom: 0;
    width: 411px;
    height: 317px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/contact_banner.png");
    transition: all .2s;
}

.banner .banner-content {
    padding: 120px 0 !important;
    position: relative;
    max-width: 1200px;
}

.banner .font-size-h1 {
    font-size: 32px;
}

.banner .sub-title {
    font-size: 16px;
}

.banner .big-title {
    position: absolute;
    left: 130px;
    top: calc(50% - 36px);
    height: 72px;
    line-height: 72px;
    font-size: 72px;
    color: #ffffff;
}

.map {
    padding: 40px 20px;
    max-width: 1200px;
    position: relative;
}

.map img {
    max-width: 100%;
}

.contact {
    padding: 20px 0;
    max-width: 650px;
    position: relative;
}

.contact .company-name {
    font-size: 24px;
}

.contact .company-address {
    font-size: 14px;
}

.contact .name {
    font-size: 20px;
    margin-top: 30px;
}

.color-info {
    color: #a4abb2;
}

@media (max-width: 992px) {
    .banner .banner-illustration {
        right: 60px;
        bottom: 30px;
        width: calc(411px * 0.75);
        height: calc(317px * 0.75);
    }

    .banner .big-title {
        font-size: 54px;
        left: 70px;
    }
}

@media (max-width: 767px) {
    .banner .banner-illustration {
        right: 60px;
        bottom: 80px;
        width: calc(411px * 0.5);
        height: calc(317px * 0.5);
    }

    .banner .big-title {
        font-size: 48px;
        left: 30px;
    }

    .contact {
        padding: 20px;
    }

    .contact .company-name {
        font-size: 20px;
    }

    .contact .name {
        font-size: 16px;
    }
}

@media (max-width: 560px) {
    .contact-info {
        padding-left: 25px;
    }

    .contact .company-name {
        font-size: 18px;
    }

    .contact .company-address {
        font-size: 12px;
    }

    .contact .name {
        font-size: 14px;
    }
}
