.orange-text{
    margin-bottom: 20px;
}
h1{
    color: var(--auxilo-lila, #333185);
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}
.section-link{
    margin-top: 120px;
}
.section-link .container .col-12 {
    border-top: 1px solid rgba(127, 127, 128, 0.40);
    padding: 50px;
}
.section-link h3{
    color: var(--auxilo-lila, #333185);
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 100% */
}
p b,
p strong {
    color: var(--auxilo-lila, #333185);
}
a.link-arrow-gray:has(> span.arrow-black){
    color: var(--Spot-orange, #FA0);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 250% */
}
@media all and (max-width: 768px){
    h1{
        color: #333185;
        font-family: Raleway;
        font-size: 30px;
        font-style: normal;
        font-weight: 300;
        line-height: 40px;
    }
    ul{
        margin: 0;
    }
    .section-link h2.page-bottom-link-header {
        color: #333185;
        font-family: Raleway;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
    }

    .section-link a.link-arrow-purple:has(> span.arrow-black) {
        white-space: wrap;
    }
}