@media (max-width: 768px) {
    .content-center p {
       
        font-size: 3.2rem !important;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
        padding-bottom: 67px;
    }
    .nice {
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 2;
        margin-top: -114px !important;
    }
    nice1 {
        height: 75vh ;
    }
}

@media only screen and (max-width: 993px) {
    .section {
        padding: 0.25em !important;
    }
   
}