.block_row {
    border-radius: 16px;
    border: 1px solid var(--1px-Stroke, #242C35);
    background: #FFF;
    box-shadow: 1px 1px 0px 0px #242C35;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 130px;
    width: calc(100% - 20px);
    margin-left: 16px;
    margin-bottom: 16px;
    padding: 10px 45px;
    gap: 20px;
}

.block_row_right {
    width: 63%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}



.block_title {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Grenette Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%;
    letter-spacing: -0.96px;
}

.block_copy {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 100%;
}

.block_button a::after {
  content: unset;
}

.block_button a {
    border-radius: 40px;
    border: 1px solid #414141;
    background: #FFAF1F;
    box-shadow: 1px 1px 0px 0px #414141;
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: "Garton Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 1.26px;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.block_title {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Grenette Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%;
    letter-spacing: -0.96px;
    width: calc(37% - 20px);
}

.block_button {
    width: auto;
    display: flex;
    justify-content: flex-end;
}

.block_button a:hover {
    border-radius: 40px !important;
    background: #FFAF1F !important;
    border: 1px solid #414141 !important;
    padding: .3em 1em !important;
}

