.links_with_content {
    padding: 138px 0;
}

.links_with_contentRow {
    column-gap: 85px;
    row-gap: 30px;
}

.links_with_content .links_with_contentBox {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.links_with_content .links_with_contentBox a {
    background: #b67f00;
    color: #fff;
    font-size: 51px;
    line-height: 69px;
    font-family: 'Eurostile', sans-serif;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    padding-inline: 22px;
}

.links_with_content .links_with_contentBox a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 20px;
    background: url("../../img/arrow-right.svg") no-repeat center center;
    background-size: contain;
    margin-left: 8px;
    vertical-align: middle;
    text-align: right;
}

.links_with_contentTitle {
    font-family: 'Eurostile', sans-serif;
    margin-bottom: 53px;
    font-size: 62px;
    line-height: 69px;
}

.links_with_contentText {
    font-family: 'Open Sans';
    line-height: 30px;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

@media screen and (max-width: 991.9px) {
    .links_with_content {
        padding: 0;
        padding-bottom: 69px;
    }

    .links_with_content .links_with_contentBox a {
        font-size: 25px;
        line-height: 50px;
    }

    .links_with_contentTitle {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 35px;
    }

    .links_with_contentText {
        font-size: 18px;
        line-height: 24px;
    }
}