@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&family=Raleway:wght@400;700&display=swap');

h1{
    color: #fff;
    font-family: 'Open Sans';
    font-size: 50px;
    font-weight: 700;
}
p{
    font-family: 'Raleway';
    line-height: 30px;
    font-size: 18px;
}
strong{
    font-weight: 700;
}
.whatsapp {
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 999999;
}
@media screen and (max-width: 992px){
    .section__reports__card.col-md-6 {
        position: relative;
        width: 91%;
    }
    .section__reports__card{
        height: auto; 
        margin-bottom: 20px;
    }
    .header{
        height: auto;
    }
}