.home_banner__image {
    max-width: 200px;
    height: auto;
}

.home_banner {
    position: relative;
    width: 100%;
    height: 645px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.home_banner__content {
    position: relative;
    z-index: 2;
    padding: 0 50px;
    max-width: 550px;
}

.home_banner__pre_title {
    display: block;
    font: 600 17px/1.2 "Inter", sans-serif;
    color: inherit;
    margin-bottom: 10px;
}

.home_banner__title {
    font: 700 50px/55px "ABC Prophet", serif;
    color: inherit;
    margin: 0 0 15px;
}

.home_banner__text {
    font: 400 15px/20px "Inter", sans-serif;
    color: inherit;
    margin: 0 0 25px;
}

.home_banner--secondary {
    margin-top: 50px;
    height: 580px;
}

/* Tablet */
@media (max-width: 991px) {
    .home_banner {
        height: 450px;
    }

    .home_banner__content {
        padding: 50px 60px;
    }

    .home_banner__title {
        font-size: 38px;
        line-height: 42px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .home_banner {
        height: 500px;
        align-items: end;
    }

    .home_banner__content {
        padding: 30px 25px;
        max-width: 100%;
        margin: 0 auto;
    }

    .home_banner__pre_title {
        font: 600 15px/17px "Inter", sans-serif;
        text-align: center;
    }

    .home_banner__title {
        font: 700 30px/30px "ABC Prophet", serif;
        text-align: center;
    }

    .home_banner__text {
        font: 400 13px/14px "Inter", sans-serif;
        text-align: center;
    }

    .home_banner .magnetic-btn__wrap {
        display: flex;
        justify-content: center;
    }
}
