.row-recognitions {
    gap: 40px 0;
}

.title-recognitions {
    font-size: 40px;
    font-weight: 700;
    line-height: 50;
    text-transform: uppercase;
    margin-bottom: 80px;

    strong {
        color: #6800FF;
        font-weight: 700;
    }
}

@media screen and (max-width: 1580px) {
    .title-recognitions {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 992px) {
    .title-recognitions {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width: 720px) {

    .title-recognitions {
        margin-bottom: 20px;
    }

    .row-recognitions {
        gap: 15px 0;
        .icon-history {
            width: 30px;
        }

        .circle {
            width: 50px;
            height: 50px;
        }

        .year-info-history {
            font-size: 16px;
            line-height: 19px;
        }

        .title-info-history {
            font-size: 16px;
            line-height: 19px;
            margin-bottom: 0;
            margin-top: 3px;
        }

        .description-info-history {
            font-size: 8px;
            line-height: 10px;
            font-weight: 400;
            margin-top: 3px;
        }

        .info-history {
            margin-left: 10px;
        }
    }
}

@media screen and (max-width: 520px) {
    .title-recognitions {
        font-size: 16px;
        line-height: 20px;
    }
}