.alertComponent{
    padding: 1rem;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.alertComponent p{
    margin-bottom: 0;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #1B1B1B;
}

.alertComponent strong {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #1B1B1B;
}

.alertComponent .close-alert {
    font-size: 1.5rem;
    color: #000;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {

    .alertComponent {
        margin: 2rem 0;
    }
    
    .alertComponent p{        
        font-size: 1rem;
    }

    .alertComponent strong {
        font-size: 1rem;
    }

}