.heroHome img {
    height: 435px;
    width: 100%;
    object-fit: cover;
}
.heroHome .wrap {
    position: relative;
}
.heroHome .wrap .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 200px;
    left: 0;
    width: 100%;
}
@media (max-width: 1400px) {
    .heroHome .wrap .content {
        padding-left: 100px;
    }
}
@media (max-width: 1200px) {
    .heroHome .wrap .content {
        padding-left: 15px;
    }
}
.heroHome .wrap .content .sub {
    z-index: 9;
    font-family: "Open Sans";
    height: auto;
    color: #4db5de;
    text-decoration: none;
    white-space: nowrap;
    width: 409px;
    min-height: 0;
    min-width: 0;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 40px;
    backdrop-filter: none;
    filter:none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
@media (max-width: 500px) {
    .heroHome .wrap .content .sub {
        font-size: 25px;
    }
}
.heroHome .wrap .content .title h1 {
    z-index: 10;
    font-family: "Open Sans";
    font-style: italic;
    color: #ffffff;
    width: 1301px;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 80px;
}
@media (max-width: 500px) {
    .heroHome .wrap .content .title h1 {
        font-size: 60px;
    }
}
.heroHome .wrap .line {
    height: 4px;
    width: 300px;
    background: #fff;
    margin-top: 30px;
}

.heroHomeBlocks {
    margin-top: -80px;
    position: relative;
    z-index: 999;
}
.heroHomeBlocks .wrap {
    display: flex;
    padding: 25px;
}
.heroHomeBlocks .wrap img {
    width: 160px;
    height: 139px;
}
.heroHomeBlocks .wrap .content {
    padding-left: 20px;
}
.heroHomeBlocks .wrap .content h2 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
}
.heroHomeBlocks .wrap .content p {
    font-size: 17px;
    font-weight: 400;
    min-height: 127px;
    color: #dddddd;
}
@media (max-width: 1200px) {
    .heroHomeBlocks .wrap .content p {
        min-height: 0;
    }
}
.heroHomeBlocks .wrap .content a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.heroHomeBlocks .block {
    padding: 0;
}
.heroHomeBlocks .block:nth-of-type(2) .content h2 {
    color: #191919;
}
.heroHomeBlocks .block:nth-of-type(2) .content p {
    color: #545454;
}
.heroHomeBlocks .block:nth-of-type(3) .content h2 {
    color: #007daf;
}
.heroHomeBlocks .block:nth-of-type(3) .content p {
    color: #4db5de;
}
.heroHomeBlocks .block:nth-of-type(3) .content a {
    color: #191919;
}
