body{
    margin: 0;
}
.content{
    background: white;
}
.info__text + .info__text{
    margin-top: 7px;
}

.info__number {
    display: flex;
    background-color: #B71D2C;
    font-family: "Noto Sans";
    font-size: 22px;
    font-weight: 700;
    line-height: 29.96px;
    box-sizing: border-box;
    width: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 40px;
    text-align: left;
    border-radius: 50%;
    padding: 3.5px 10px;
    color: #fff;
    margin:0;

}
.info__links {
    display: flex;
    justify-content: space-between;
    margin-top: 31px;
    flex-wrap: wrap;
}
.info__link {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: "Noto Sans";
    text-decoration: none;
    color: #000;
    gap: 12px;
    font-size: 16.78px;
    font-weight: 500;
    line-height: 22.85px;
    text-align: center;

} 

.info__blocks .wrapper{
    display: flex;

    gap: 22px;
}

.info__flex{
    padding: 30px;
    background-color: rgba(245, 245, 247, 1);
    border-radius: 15px;
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;

}

@media (max-width:1910px){
    .certificate__block:last-child{
        margin-right: 0;
    }
}
@media(max-width:1100px){
    .info__blocks{
        padding: 11px 21px;
    }

    .info__flex{
        flex-direction: row;
    }
    .info__number{
        width: 21px;
        height: 21px;
        font-size: 11.8px;
    }
    .info__text-list{
        font-size: 11px;
        line-height: 100%;
    }
    .certificate__subtitle{
        font-size: 32.02px;
    }
}