.morte-acidental{
    height: 300px;
    background: url(../img/bgtopacidental2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    -webkit-animation: animationBanner 2000ms linear both;
    animation: animationBanner 2000ms linear both;
}

.overlay{
    background-color: rgba(0, 0, 0, 0.53);
    opacity: 1;
}

.morte-acidental svg{
    height: 100px;
    width: 100px;
}


@media screen and (max-width: 768px){
    .morte-acidental{
        text-align: center;
    }
}

.header-description{
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3em;
}

.title-module{
    font-size: 30px;
    font-weight: 400;
}

.description-module{
    font-size: 20px;
    color: #494949;
    line-height: 28px;
    font-weight: 300;
}



.description-module strong{
    font-weight: 600;
}

.item-image img{
    height: 100px;
    width: auto;
}

h4{
    font-size: 18px;
    font-weight: 300;
}