h1{
    color: #333185;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 200;
    line-height: 60px;
}

.col-margin-bottom {
    margin-bottom: 30px;
}

.wrap-link {
    display: flex;
    flex-direction: row;
    margin: 90px 10px;
}

.link-calendar{
    display: inline-block;
    position: relative;
    color: var(--auxilo-lila, #333185);
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;

}

.link-calendar h3 {
    display: inline;
    margin: 0;
    padding: 0;
}
.arrow-orange{
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    width: 188px;
    height: 8px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='188' height='8' viewBox='0 0 188 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M187.354 4.35357C187.549 4.15831 187.549 3.84173 187.354 3.64646L184.172 0.464482C183.976 0.26922 183.66 0.26922 183.464 0.464482C183.269 0.659744 183.269 0.976327 183.464 1.17159L186.293 4.00002L183.464 6.82844C183.269 7.02371 183.269 7.34029 183.464 7.53555C183.66 7.73081 183.976 7.73081 184.172 7.53555L187.354 4.35357ZM0 4L-4.37114e-08 4.5L187 4.50002L187 4.00002L187 3.50002L4.37114e-08 3.5L0 4Z' fill='%23FFAA00'/%3E%3C/svg%3E");
    transition: margin-left 0.3s ease-in-out;
}

.link-calendar:hover .arrow-orange{
    margin-left: 20px;
}

/* Переносим стрелку в конец второй строки */
.link-calendar h3 br + * {
    position: relative;
    display: inline;
}

@media all and (max-width: 991px) {
    main{
        margin-bottom: 30px;
    }
    .wrap-link {
        margin: 15px 0;
    }
}
@media all and (max-width: 767px) {
    h1{
        color: #333185;
        font-family: Raleway;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px; /* 133.333% */
    }

     .wrap-link {

    }
}

@media all and (max-width: 575px) {

}