#particles-js{
    height: 360px;
}
#particles-contact{
    height: 1200px;
}

#news .masonry-grid-item img{
    max-width: 100%;
    height: auto;
}

@media (min-width: 576px) {
    #particles-contact{
        height: 1200px;
    }

    #particles-js{
        height: auto;
    }
}

@media (min-width: 768px) {
    #particles-contact{
        height: 800px;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

.info-v3-1__title::before, .info-v3-1__title::after{
    background-color: #dc3545 !important;;
}