.hero__section {
    height: 600px;
    width: 100%;
}

.hero__section.home {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/hero/Home__hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__section.visa-to-RK {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/hero/Visa_to_RK__hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__section.work-permits {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/hero/Work_permits__hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__section.foreign-visas {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/hero/Foreign-visas__hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__section.immigration-lawyer {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/hero/Immigration_lawyer__hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__section.seminars {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/hero/Seminars__hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__section.archive {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/hero/Archive__hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__section.news {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/hero/News__hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__section.library {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/hero/Library__hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__wrapper {
    height: 100%;
    max-width: 1200px;
    margin-inline: auto;
}

.hero__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero__title {
    font-size: 36px;
    color: #fff;
}

.hero__line__accent {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-color: #ffdd2d;
    width: 100px;
}

.hero__text {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.hero__link {
    padding-top: 50px;
}

.button__link {
    height: 50px;
    width: 140px;
    padding-left: 35px;
    background-color: #ffdd2d;
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    user-select: none;
}

    .button__link i {
        margin-left: 5px;
        font-size: 16px;
        transition: all 0.2s linear;
    }

    .button__link:hover i {
        margin-left: 10px;
    }

@media (width <= 1200px) {

    .hero__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

}