.sectorsHp {
    margin-bottom: 75px;
    padding: 0 20px;
}

@media screen and (min-width: 600px) {
    .sectorsHp {
        margin-bottom: 120px;
    }
}
@media screen and (min-width: 1280px) {
    .sectorsHp {
        padding: 0 112px;
    }
}

.sectorsHp__title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
    padding-top: 67px;
    padding-bottom: 67px;
    text-align: center;
    position: relative;
}

@media screen and (min-width: 600px) {
    .sectorsHp__title {
        flex-direction: row;
        text-align: initial;
        align-items: flex-end;
    }
}

.sectorsHp__title div {
    flex-basis: 43%;
}

.sectorsHp__title div h2 {
    margin-top: 10px;
}

.sectorsHp__title p {
    flex-basis: 51%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}

.sectorsHp ul::after,
.sectorsHp ul::before {
    content: "";
    background: url(../../assets/images/border-white.svg);
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -2px;
    max-height: 24px;
}

.sectorsHp ul::before {
    top: -2px;
    transform: rotate(180deg);
    z-index: 2;
}

.sectorsHp ul a:hover img {
    transform: scale(1.2);
}

@media screen and (min-width: 600px) {
    .sectorsHp ul a:hover .card {
        transform: translateY(-120px);
    }
}

.sectorsHp ul a:hover .card__hover {
    opacity: 1;
    transform: translateY(0);
}

.sectorsHp ul li {
    gap: 0;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

.sectorsHp ul li::before {
    content: "";
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 47.48%);
    width: 100%;
    height: 100%;
    max-width: initial;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    z-index: 1;
}

.sectorsHp ul li img {
    object-fit: cover;
    height: 400px;
    transition: transform 0.6s ease-in-out;
}

@media screen and (min-width: 600px) {
    .sectorsHp ul li img {
        height: 713px;
    }
}

.sectorsHp ul li .card {
    position: absolute;
    z-index: 2;
    padding: 43px 32px 55px 32px;
    transition: transform 0.6s ease-in-out;
    width: 100%;
}

.sectorsHp ul li .card p {
    font-family: "Roboto Slab";
    font-weight: 200;
    font-size: 16px;
    line-height: 120%;
    color: #d8b465;
}

@media screen and (min-width: 600px) {
    .sectorsHp ul li .card p {
        font-size: 28px;
    }
}

.sectorsHp ul li .card p span {
    font-family: "Roboto Slab";
    font-weight: 100;
    font-size: 32px;
    line-height: 120%;
    color: white;
    margin-right: 6px;
}

@media screen and (min-width: 600px) {
    .sectorsHp ul li .card p span {
        font-size: 61px;
    }
}

.sectorsHp ul li .card h3 {
    font-family: "Roboto Slab";
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: white;
    display: flex;
    margin: 16px 0 0 32px;
    position: relative;
    max-width: 395px;
}

@media screen and (min-width: 600px) {
    .sectorsHp ul li .card h3 {
        font-size: 32px;
    }
}

.sectorsHp ul li .card h3::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #d8b465;
    position: absolute;
    left: -32px;
}

.sectorsHp ul li .card__hover {
    display: none;
}

@media screen and (min-width: 600px) {
    .sectorsHp ul li .card__hover {
        display: flex;
        align-items: center;
        gap: 55px;
        margin-top: 24px;
        transform: translateY(120px);
        position: absolute;
        opacity: 0;
        transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    }
}

.sectorsHp ul li .card__hover p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: white;
    flex-basis: 60%;
}

.sectorsHp .-sectors {
    margin-top: 40px;
}

@media screen and (min-width: 600px) {
    .sectorsHp .-sectors {
        margin-top: 26px;
    }
}

.sectorsHp .sectorsHp__arrow {
    margin-top: 25px;
}

@media screen and (min-width: 1280px) {
    .sectorsHp .sectorsHp__arrow {
        margin-top: 60px;
    }
}