#head {
    padding: 20px 0;
}

#head .back {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #0036A3;
    gap: 10px;
}

#head .back::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(90deg);

    background-image: url(/images/main/arrow_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#head h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-top: 20px;
}


#info {
    padding: 60px 0 90px;
}

.info-heading {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 27px;

}
