 
.masthead__content {
    padding: 188px 0 54px 0;
    position: relative;
    z-index: 3;
}

.masthead__bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.masthead__bg-img {
    position: absolute;
    width: 206px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    opacity: 0.05;
}

.masthead--homepage::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 507px;
    left: 0;
    bottom: -1px;
    background: linear-gradient(to bottom,  rgba(244,236,208,0) 0%,rgba(244,236,208,0.95) 25%,rgba(244,236,208,1) 75%,rgba(244,236,208,1) 100%);
}

.masthead__wrap {
    text-align: center;
}

.masthead--homepage h1 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.285em;
}

.masthead--homepage h1 {
    font-size: 36px;
    line-height: 1em;
    font-family: "League Spartan ", sans-serif;
    font-weight: normal;
    display: block;
    padding-top: 2px;
}

.masthead__bttn {
    text-align: center;
    width: 330px;
    margin: 0 auto 32px;
}

.masthead__bttn .btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.masthead__bttn .btn::after {
    display: none;
}

.masthead__bttn .btn i {
    font-size: 12px;
    font-weight: normal;
}

.masthead__bttn .btn + .btn {
    margin: 12px 0 0 0;
}

@media (min-width: 768px) {
    
    .masthead__content {
        padding: 154px 0 80px 0;
    }

    .masthead__bg {
        height: 100%;
    }

    .masthead__bg-img {
        width: 428px;
        left: -163px;
        transform: translate(0, 0);
    }

    .masthead--homepage::after {
        height: 100%;
        background: linear-gradient(to right,  rgba(244,236,208,1) 0%,rgba(244,236,208,0.9) 50%,rgba(244,236,208,0) 100%); 
    }

    .masthead__wrap {
        text-align: left;
        width: 450px;
    }

    .masthead--homepage h1 {
        font-size: 40px;
    }

    .masthead--homepage h1 span {
        font-size: 50px;
        display: inline-block;
    }

    .masthead--homepage p {
        width: 406px;
    }

    .masthead__bttn {
        width: 100%;
        margin: 0 0 48px;
        text-align: left;
    }

    .masthead__bttn .btn {
        display: inline-block;
        gap: 0;
    }

    .masthead__bttn .btn::after {
        display: block;
    }

    .masthead__bttn .btn i {
        display: none;
    }

    .masthead__bttn .btn + .btn {
        margin: 0 0 0 16px;
    }
}


@media (min-width: 1200px) {
    
    .masthead__content {
        padding:  232px 0 101px 0;
    }


    .masthead__bg-img {
        width: 530px;
        left: 19px;
    }

    .masthead--homepage::after {
        background: linear-gradient(to right,  rgba(244,236,208,1) 0%,rgba(244,236,208,0.9) 40%,rgba(244,236,208,0) 90%,rgba(244,236,208,0) 100%); 
    }

    .masthead__wrap {
        width: 646px;
    }

    .masthead--homepage h1 {
        font-size: 56px;
        font-weight: 600;
    }

    .masthead--homepage h1 span {
        font-size: 66px;
    }

    .masthead--homepage p {
        width: 100%;
    }

    .masthead__bttn {
        margin: 0 0 63px;
    }

}