.reports {
    /* margin: 30px 0 0 0; */
}

.reports__spaces{
    margin-bottom: 25px;
}

.reports__item {
    height: 100%;
    padding: 0 0 15px 0;
}

.reports__info {
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.reports__title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 25px 0;
    text-align: center;
}

.reports__fact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px 0;
}

.reports__fact img {
    max-width: 20px;
}

.reports__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 25px 0 10px;
}

.reports__subtitle_sub{
    text-decoration: underline;
}



@media(min-width:992px){

    .reports__info {
        display: flex;
    }

}

@media (min-width: 1200px){

    .reports__spaces{
        margin-bottom: 0;
    }

    .reports__subtitle {
        font-size: 18px;
        line-height: 22px;
    }
    
}
