.main__hero {
    background: transparent url('../img/home__hero-m.png') no-repeat top center/ contain; 
    height: 177.6vw;
    margin-bottom: 15px;
}
.main__hero_title {
    color: var(--color-blue)
}
@media (min-width: 769px) {
    .main__hero {
        background: transparent url('../img/home__hero.png') no-repeat top center/ contain; 
        height: 51.5625vw;
    }
}

.mentions__bloc {
   border-bottom: 1px solid #E2E2E2;
   padding: 43px 0 44px;
   color: var(--color-blue)
}
.mentions__bloc:last-of-type {
    border: none
}
.mentions__bloc_title {
   font-weight: 600;
   font-size: 30px;
   line-height: 45px;
   margin-bottom: 27px;
}
.mentions__bloc > p {
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
   max-width: 790px;
}

.mentions__bloc > p > a {
   color: var(--color-blue)
}