.instructions__title{
    font-family: var(--font-bebas);
    color: var(--blue-main);
    font-size: 3.5rem;
}

.instructions__subtitle{
    font-size: 1.5rem;
    font-family: var(--font-inter);
    color: var(--gray-medium);
}
.instructions__list{
    font-family: var(--font-inter);
    color: var(--gray-medium);
}
.instructions__list li{
    font-size: 1.25rem;
}

.wrap__embassadors .swiper{
    padding-bottom: 4rem;
}
.head__embassadors{
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    width: 100%;
    padding-bottom: 3rem;
}
.head__embassadors .title__embassadors{
    font-family: var(--font-bebas);
    color: var(--white);
    font-size: 4rem;
}
.head__embassadors .subtitle__embassadors{
    font-family: var(--font-bebas);
    color: var(--white);
    font-size: 2rem;
} 

.wrap__embassadors{
    background-color: var(green);
}

.inner__instructions{
    padding-left: 2rem;
    padding-right: 2rem;
}
.slide__embassadors .card__section{
        max-width: none;
    }

@media screen and (max-width: 767px) {
    .inner__hero__action{
        height: 100%;
        margin-top: 0;
    }

    .hero__banner__action > img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        min-height: 340px;
    }
    .hero__action__subtitle{
        font-size: 1.25rem;
        font-weight: 500;
    }
    .content__hero__banner{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .wrap__embassadors .swiper-scrollbar{
        width: calc(100% - 32px);
        margin-left: 0;
    }

    .head__embassadors .title__embassadors{
        font-size: 2.5rem;
    }
    .head__embassadors .subtitle__embassadors{
        font-size: 1.5rem;
    }
}