.hu-head {
    position: relative;
    display: block;
    padding: 185px 20px 0px;
    margin: 0px auto 15px;
    text-align: center;
    z-index: 1;
}

.hu-title {
    position: relative;
    display: table;
    font-size: 38px;
    line-height: 38px;
    margin: 0px auto 0px;
    letter-spacing: 1.6px;
}

.hu-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 181px;
    height: 29px;
    top: 100%;
    left: calc((100% - 181px) / 2);
    background: url('../../img/design/svg/diagonal_line_landscape_icon_gradient.svg	') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.hu-title span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
    margin-top: 15px;
}

.hu-content {
    position: relative;
    display: block;
    width: 100%;
    background: #eeeef3;
}

.hu-content-item {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    max-width: 1096px;
    margin: 0px auto;
    padding: 135px 0px 120px;
    font-size: 0px;
}

.hu-form {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 360px;
    margin: 0px 88px 0px 0px;
}

.hu-form:before {
    content: '';
    position: absolute;
    display: block;
    width: 268px;
    height: 268px;
    background: url('../../img/design/faq/circle-icon.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    left: -180px;
    top: -78px;
}

.hu-form:after {
    content: '';
    position: absolute;
    display: block;
    width: 38px;
    height: 64px;
    background: url('../../img/design/svg/plus_gradient_icon.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    right: -64px;
    top: -50px;
}

.hu-text {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    padding: 0px 30px;
    margin: 0px 0px 15px;
    font-size: 16px;
    letter-spacing: 0.5px;
    border: 0px;
    background: #fff;
}

.area {
    height: 250px;
    padding: 25px 30px;
    margin-bottom: 25px;
    resize: none;
}

.hu-submit {
    position: relative;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 50px;
    border-radius: 25px;
    background-image: linear-gradient(to right, #8d87ef, #16a6d3, #2fe09c);
    font-size: 16px;
    letter-spacing: 0.5px;
    border: 0px;
    margin: 0px auto;
    color: #fff;
}

.hu-submit:hover {
    background-image: linear-gradient(to left, #8d87ef, #16a6d3, #2fe09c);
}

.hu-info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - (360px + 88px));
}

.hu-info-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
    margin-bottom: 65px;
}

.hu-info-item:nth-child(odd) {
    margin-right: 24px;
}

.hu-info-item:nth-child(3), .hu-info-item:nth-child(4) {
    margin-bottom: 55px;
}

.hu-info-item-icon {
    position: relative;
    display: block;
}

.hu-info-item-icon.home {
    width: 61px;
    margin-bottom: 25px;
}

.hu-info-item-icon.whatsapp {
    width: 56px;
    margin-bottom: 25px;
}

.hu-info-item-icon.email {
    width: 56px;
    margin-bottom: 35px;
}

.hu-info-item-icon.fb {
    width: 29px;
    margin-left: 17px;
    margin-bottom: 20px;
}

.hu-info-item-icon.ig {
    width: 48px;
    margin-bottom: 27px;
}

.hu-info-item-icon.yt {
    width: 56px;
    margin-bottom: 35px;
}

.hu-info-item-title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
    letter-spacing: 0.5px;
}

.hu-info-item-desc {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    word-break: break-all;
}

.hu-maps {
    position: relative;
    display: block;
    margin: 0px auto 160px;
    height: 400px;
}


@media screen and (max-width : 768px) {
    .hu-form {
        display: block;
        margin: 0px 0px 80px;
    }

    .hu-info {
        width: 100%;
    }

    .hu-info-item-desc {
        word-break: unset;
    }
}

@media screen and (max-width : 500px) {
    .hu-head {
        padding-top: 150px;
    }

    .hu-title {
        font-size: 30px;
        line-height: 30px;
    }

    .hu-title span {
        margin-top: 5px;
    }

    .hu-content-item {
        width: calc(100% - 40px);
        padding: 80px 0px 50px;
    }

    .hu-form {
        width: 100%;
    }

    .hu-maps {
        margin-bottom: 100px;
        width: 200%;
        left: -50%;
        max-width: unset;
    }
}
