.isba-hero {
    color: var(--color-white);
}

.isba-hero .content {
    max-width: 1004px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 200px 0 158px 0;
}

@media (min-width: 1025px) {
    .isba-hero .content {
        min-height: 767px;
    }
}

.isba-hero .title .gender {
    color: var(--color-grey-400);
}

.isba-hero .details-list {
    margin: 10px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 24px 48px;
    flex-wrap: wrap;
}

.isba-hero .item {
    font-family: var(--secondary-font);
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    list-style: none;
    position: relative;
    padding-left: 10px;
}

@media (min-width: 1025px) {
    .isba-hero .item {
        font-size: 18px;
        line-height: 28px;
    }
}

.isba-hero .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--color-gold);
}

.isba-hero .btn {
    margin-top: 36px;
}

@media (min-width: 1025px) {
    .isba-hero .btn {
        margin-top: 48px;
    }
}

.isba-hero--style-2 .h2 {
    color: var(--color-gold);
}

.isba-hero--style-2 .subtitle {
    font-family: var(--primary-font);
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
}

@media (min-width: 1025px) {
    .isba-hero--style-2 .subtitle {
        font-size: 60px;
        line-height: 70px;
    }
}

.isba-hero--style-2 .lead {
    font-family: var(--secondary-font);
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: 32px;
}

@media (min-width: 1025px) {
    .isba-hero--style-2 .lead {
        font-size: 22px;
        line-height: 35px;
    }
}

@media (min-width: 1025px) {
    .isba-hero--style-2 .lead {
        margin-top: 48px;
    }
}

.isba-hero--style-3 {
    position: relative;
}

.isba-hero--style-3 .content {
    padding: 200px 0 248px 0;
}

.isba-hero--style-3 .go-down {
    cursor: pointer;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 48px;
    height: 28px;
}