
.alarme{
    width: 100%;
    height: 70vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url(../../../images/alarme/alarme-anti-intrusion3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.alarme .content {
    color: white;
    padding: 20px;
}

.alarme .content h5 {
    font-size: 2rem;
    font-weight: 550;
    text-shadow: 0px 1px 1px black;
    margin-bottom: 15px;
}

.alarme .content h4 {
    font-size: 3rem;
    font-weight: 550;
    text-shadow: 0px 1px 1px black;
    margin-top: 10px;
}



/* Responsiveness */
@media (max-width: 768px) {
    
    .alarme{
        height: 60vh;
    }

    .alarme .content h5 {
        font-size: 1rem;
    }

    .alarme .content h4 {
        font-size: 2rem;
    }

   
}


@media (max-width: 480px) {
    .alarme{
        height: 50vh;
    }

    .alarme.content h5 {
        font-size: 1.2rem;
    }

    .alarme.content h4 {
        font-size: 2rem;
    }
    
   
}
