.senoir {
    margin-top: 50px;
    background-image: url("../../img/Groups/Altitude.jpg");
    align-items: center;
    display: flex;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 0;
    min-height: 38vw;
    height: 38vw ;
    width: 100%;
    position: relative;
    text-align: right;
    overflow: hidden;
    display: block;
}

.senoir--text {
    margin-top: 0%;
    background-color: white;
    margin-right: 5%;
    width: 37%;
    margin-left: auto;
    height: 38vw;
    padding-top: 8%;
}

.senoir--text h1 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    color: #0c1c4f;
    font-weight: bold;
    text-align: center

}

.senoir--text p {
    color: #0c1c4f;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    text-align: center;
}

@media (max-width:797px){

    .senoir {
        height: 48vw;
    }

    .senoir--text {
        height: 47vw;
    }

}

@media (max-width:461px) {

    .senoir {
        height: 58vw;
    }

    .senoir--text {
        height: 55vw;
        margin-right: 2%;
        width: 47%;
    }
}

@media (max-width:373px) {

    .senoir {
        height: 64vw;
    }

    .senoir--text {
        height: 62vw;
    }
}

@media (max-width:319px) {

    .senoir {
        height: 77vw;
    }

    .senoir--text {
        height: 75vw;
        margin-right: 0%;
        width: 51%;
    }
}