/*--- Sección de Banner ---*/
.ges-banner {
    background-color: #FF5000;
    padding-top: 78px;
    padding-bottom: 97px;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .ges-banner {
        padding-top: 60px;
        padding-bottom: 72px;
    }
}

@media (max-width: 767px) {
    .ges-banner {
        padding-top: 40px;
        padding-bottom: 48px;
    }
}

.ges-banner .ges-banner-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ges-banner .ges-banner-info {
    padding-top: 77px;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .ges-banner .ges-banner-info {
        padding-top: 11%;
    }
}

@media (max-width: 767px) {
    .ges-banner .ges-banner-info {
        padding-top: 20px;
    }
}

.ges-banner h3 {
    font-family: "Montserrat", sans-serif;
    color: #FCFCF7;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 17px;
}

.ges-banner h2 {
    font-family: "Montserrat", sans-serif;
    color: #FCFCF7;
    font-size: 40px;
    line-height: 57px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .ges-banner h2 {
        font-size: 34px;
        line-height: 46px;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .ges-banner h2 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0px;
        margin-bottom: 15px;
    }
}

.ges-banner a {
    font-family: "Gotham", sans-serif;
    font-weight: 325px;
    color: #FCFCF7;
    size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 12px 24px;
    background-color: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 24px;
    border-color: #FCFCF7;
}

.ges-banner-imgs {
    position: relative;
    max-width: 427px;
    max-height: 427px;
    aspect-ratio: 1 / 1;
    ;
    margin: auto;
}

.ges-banner-imgs .relative {
    object-fit: cover;
}

.ges-banner-imgs .absolute {
    position: absolute;
    width: auto;
    height: auto;
    object-fit: none;
}

.ges-banner-imgs .absolute:nth-of-type(2) {
    top: -12%;
    right: 6%;
}

.ges-banner-imgs .absolute:nth-of-type(3) {
    right: -7%;
    bottom: 25%;
}

.ges-banner-imgs .absolute:nth-of-type(4) {
    bottom: 5%;
    left: -26%;
}

.ges-banner-imgs .absolute:nth-of-type(5) {
    right: -20%;
    bottom: 48%;
}

.ges-banner-imgs .absolute:nth-of-type(6) {
    top: -5%;
    left: -18%;
}

/*-- Sección de Gestión RRRHH y Planilla --*/
.ges-main h2{
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 76px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #383838;
    margin: 122px auto 44px auto;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .ges-main h2 {
        font-size: 52px;
        line-height: 64px;
        margin: 80px auto 30px auto;
    }
}
@media (max-width: 768px) {
    .ges-main h2 {
        font-size: 42px;
        line-height: 44px;
        margin: 40px auto 20px auto;
    }
}
.ges-main p{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #383838;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 97px auto;
    color: #7D7D7D;
    max-width: 973px;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .ges-main p {
        margin-bottom: 60px;
    }
}
@media (max-width: 768px) {
    .ges-main p {
        margin-bottom: 40px;
    }
}

/*-- Sección del acordeón --*/

.ges-accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    margin: 0 auto 136px auto;
    column-gap: 50px;
}
@media (max-width: 767px) {
    .ges-accordion {
        grid-template-columns: 1fr;
    }
}
.ges-accordion-content:not(.accordion-active),
.ges-accordion-img:not(.accordion-active),
.ges-accordion-img:not(.accordion-active) img {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
}
.ges-accordion-img:not(.accordion-active) img {
    max-width: 0;
}
.ges-accordion-item {
    border-bottom: 2px solid #DEE5ED;
}
@media (max-width: 767px) {
    .ges-accordion-item {
        border-bottom: none;
    }
}
@media (max-width: 767px) {
    .ges-accordion-img {
        border-bottom: 2px solid #DEE5ED;
    }
}
.ges-accordion-item:first-of-type {
    border-top: 2px solid #DEE5ED;
}
.ges-accordion-title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 44px;
    padding: 21px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease-in-out;
}
.ges-accordion-title:hover {
    transform: scale(1.03);
}
.ges-accordion-title::after {
    content: '';
    width: 31px;
    height: 31px;
    background-image: url(/wp-content/uploads/2025/06/Icon_down.png);
    background-size: cover;
    transition: all 0.4s ease-in-out;
}
.accordion-active::after {
    transform: rotate(180deg);
}
.ges-accordion-content {
    max-height: 1000px;
    transition: max-height 0.4s ease;
    padding: 0 15px;
    margin-bottom: 35px;
}
.ges-accordion-content p {
    margin: 10px 0;
}
.ges-accordion-content ul li{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #7D7D7D;
    margin-bottom: 45px;
}
.ges-accordion-content ul li::marker {
    font-size: 15px;
}
.ges-btn {
    display: inline-block;
    padding: 12px 45px;
    background-color: #FF5000;
    color: #FCFCF7;
    border-radius: 24px;
    margin-top: 10px;
    text-decoration: none;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
}
.ges-btn:nth-of-type(2) {
    margin-top: 30px;
}
.ges-btn:hover {
    background-color: #dc4500;
    transform: scale(1.02);
}
.ges-accordion-img {
    width: 100%;
    height: 100%;
    text-align: center;
}
.ges-accordion img {
    max-height: 1100px;
    max-width: 700px;
    height: auto;
    transition: all 0.4s ease-in-out;
}
.ges-accordion-img:nth-of-type(4) {
    height: 800px;
}
@media (max-width: 767px) {
    .ges-accordion-img:nth-of-type(4) {
        height: auto;
    }
}
.ges-accordion-img:nth-of-type(2) img {
    margin-right: -10px;
}
.ges-accordion-img:nth-of-type(4) img{
    margin-bottom: 40px;
}
.ges-accordion-img:nth-of-type(6) img {
    margin-right: -30px;
}
/*-- Sección de Portales Intuitivos --*/
.ges-portals{
    background-color: #ffe8e1;
    padding: 73px 0 85px 0;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .ges-portals {
        padding: 60px 0 72px 0;
    }
}
@media (max-width: 767px) {
    .ges-portals {
        padding: 40px 0 48px 0;
    }
}
.ges-portals .container{
    padding: 0;
}
.ges-portals h2{
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 76px;
    letter-spacing: 2.9px;
    text-align: center;
    color: #FF5000;
    margin-bottom: 65px;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .ges-portals h2 {
        font-size: 52px;
        line-height: 64px;
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .ges-portals h2 {
        font-size: 42px;
        line-height: 44px;
        margin-bottom: 30px;
    }
}
.ges-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 95px;
}
@media (min-width: 768px) and (max-width: 950px) {
    .ges-flex {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .ges-flex {
        flex-direction: column;
        gap: 15px;
        margin-bottom: unset;
    }
}
.ges-flex .infosweb-logo{
    width: 340px;
    height: 112px;
    margin: auto auto 32px auto;
}
.ges-flex p{
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #383838;
    max-width: 326px;
}
@media (max-width: 950px) {
    .ges-flex p {
        text-align: center;
        max-width: none;
        padding: 0 30px;
        margin-top: 20px;
    }
}
.ges-flex figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ges-rows {
    display: grid;
    grid-template-rows: 1fr 1fr;
    margin-top: 25%;
}
@media (max-width: 1280px) {
    .ges-rows {
        margin-top: 20px;
    }
}
.ges-columns{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (min-width: 768px) and (max-width: 900px) {
    .ges-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .ges-columns {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
.ges-columns .ges-column{
    padding: 25px 60px;
    border-right: 2px solid #FF5000;
    max-width: 390px;
}
@media (min-width: 960px) {
    .ges-column:nth-of-type(3) {
        max-width: 389px;
    }
}
@media (min-width: 901px) and (max-width: 1280px) {
    .ges-columns .ges-column {
        padding: 20px 20px;
    }
}
@media (min-width: 768px) and (max-width: 900px) {
    .ges-columns .ges-column {
        padding: 20px 40px;
        max-width: unset;
    }
}
@media (max-width: 767px) {
    .ges-columns .ges-column {
        padding: 45px 30px;
        border-right: none;
        border-bottom: 2px solid #FF5000;
        max-width: unset;
    }
}
.ges-columns .ges-column:last-child {
    border-right: none;
}
@media (min-width: 768px) and (max-width: 900px) {
    .ges-columns .ges-column:nth-child(2) {
        border-right: none;
    }
}
@media (min-width: 768px) and (max-width: 900px) {
    .ges-columns .ges-column:last-child {
        text-align: center;
        grid-column: 1 / 3;
        border-bottom: none;
    }
}
@media (max-width: 767px) {
    .ges-columns .ges-column:last-child {
        border-bottom: none;
    }
}
.ges-columns h3{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 0px;
    color: #FF5000;
    margin-bottom: 8px;
}
.ges-columns p{
    font-family: "Roboto", sans-serif; 
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #7D7D7D;
}

/*-- Sección de Tercerización de Planilla --*/

/*--- Sección de Banner ---*/
.spr-banner {
    background-color: #FF5000;
    padding-top: 78px;
    padding-bottom: 97px;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .spr-banner {
        padding-top: 60px;
        padding-bottom: 72px;
    }
}

@media (max-width: 767px) {
    .spr-banner {
        padding-top: 40px;
        padding-bottom: 48px;
    }
}

.spr-banner .spr-banner-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.spr-banner .spr-banner-info {
    padding-top: 77px;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .spr-banner .spr-banner-info {
        padding-top: 11%;
    }
}

@media (max-width: 767px) {
    .spr-banner .spr-banner-info {
        padding-top: 20px;
    }
}

.spr-banner h3 {
    font-family: "Montserrat", sans-serif;
    color: #FCFCF7;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 17px;
}

.spr-banner h2 {
    font-family: "Montserrat", sans-serif;
    color: #FCFCF7;
    font-size: 40px;
    line-height: 57px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .spr-banner h2 {
        font-size: 34px;
        line-height: 46px;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .spr-banner h2 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0px;
        margin-bottom: 15px;
    }
}

.spr-banner a {
    font-family: "Gotham", sans-serif;
    font-weight: 325px;
    color: #FCFCF7;
    size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 12px 24px;
    background-color: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 24px;
    border-color: #FCFCF7;
}

.spr-banner-imgs {
    position: relative;
    max-width: 427px;
    max-height: 427px;
    aspect-ratio: 1 / 1;
    ;
    margin: auto;
}

.spr-banner-imgs .relative {
    object-fit: cover;
}

.spr-banner-imgs .absolute {
    position: absolute;
    width: auto;
    height: auto;
    object-fit: none;
}

.spr-banner-imgs .absolute:nth-of-type(2) {
    top: -12%;
    right: 6%;
}

.spr-banner-imgs .absolute:nth-of-type(3) {
    right: -7%;
    bottom: 25%;
}

.spr-banner-imgs .absolute:nth-of-type(4) {
    bottom: 5%;
    left: -26%;
}

.spr-banner-imgs .absolute:nth-of-type(5) {
    right: -20%;
    bottom: 48%;
}

.spr-banner-imgs .absolute:nth-of-type(6) {
    top: -5%;
    left: -18%;
}

/*-- Sección de Tercerización de Planilla --*/
.spr-outsource .container {
    padding: 0;
    margin: 0;
    max-width: none;
    margin-bottom: 63px;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .spr-outsource .container {
        padding: 0 20px;
        margin: 0 auto;
        max-width: 1200px;
        margin-bottom: 45px;
    }
}

@media (max-width: 768px) {
    .spr-outsource .container {
        padding: 0 20px;
        margin: 0 auto;
        max-width: 100%;
        margin-bottom: 30px;
    }
}
.spr-outsource h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 76px;
    letter-spacing: 2.9px;
    text-align: center;
    color: #383838;
    margin: 122px auto 44px auto;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .spr-outsource h2 {
        font-size: 52px;
        line-height: 64px;
        letter-spacing: 1.9px;
        margin: 80px auto 30px auto;
    }
}
@media (max-width: 768px) {
    .spr-outsource h2 {
        font-size: 42px;
        line-height: 44px;
        letter-spacing: 1.5px;
        margin: 40px auto 20px auto;
    }
}
.spr-outsource p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #383838; 
    text-align: center;
    margin: 0 auto 105px auto;
    color: #7D7D7D;
    max-width: 973px;
}
.spr-outsource h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 57px;
    line-height: 64px;
    letter-spacing: -0.25px;
    text-align: center;
    color: #383838;
    margin: 0 auto 81px auto;
    padding-bottom: 53px;
    max-width: 1102px;
    border-bottom: 2px solid #DEE5ED;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .spr-outsource h3 {
        font-size: 50px;
        line-height: 56px;
        letter-spacing: -0.25px;
        margin: 0 auto 60px auto;
    }
}
@media (max-width: 768px) {
    .spr-outsource h3 {
        font-size: 42px;
        line-height: 44px;
        letter-spacing: -0.25px;
        margin: 0 auto 40px auto;
    }
}
.spr-slider {
    max-width: 1226px;
    position: relative;
    margin: auto;
}
.spr-slider .spr-slide {
    display: none;
    transition: opacity 0.5s ease-in-out;
}
.spr-slider .spr-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 61px;
    column-gap: 64px;
    margin-bottom: 78px;
    height: 174px;
    align-content: center;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .spr-slider .spr-slide {
        padding: 0 55px;
        column-gap: 30px;
        margin-bottom: 60px;
        height: 245px;
    }
}
@media (max-width: 768px) {
    .spr-slider .spr-slide {
        grid-template-columns: none;
        gap: 45px;
        margin-bottom: 40px;
        height: auto;
    }
}
.spr-slider .spr-slide h4 {
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: #383838;
    margin-bottom: 24px;
}
@media (max-width: 1280px) {
    .spr-slider .spr-slide h4 {
        line-height: 28px;
        margin-bottom: 20px;
    }
}
.spr-slider .spr-slide p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #7D7D7D;
    margin-bottom: 0;
}
.spr-prev,
.spr-next {
    cursor: pointer;
    position: absolute;
    top: -34%;
    width: auto;
    margin-top: -22px;
    padding: 174px 0;
    color: black;
    font-size: 28px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .spr-prev,
    .spr-next {
        top: -15%;
        padding-top: 190px;
        padding-bottom: 190px;
    }
}
@media (max-width: 768px) {
    .spr-prev,
    .spr-next {
        top: -6%;
        padding-top: 36%;
        padding-bottom: 36%;
    }
}
.spr-next {
    right: 0;
    padding-left: 30px;
    border-radius: 3px 0 0 3px;
}
.spr-prev {
    padding-right: 30px;
}
.spr-prev:hover,
.spr-next:hover {
    transform: scale(1.4);
}
.spr-dots {
    text-align: center;
    max-width: 1102px;
    border-bottom: 2px solid #DEE5ED;
    padding-bottom: 33px;
    margin: 0 auto;
}
.spr-slider-dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 12px;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.6s ease;
}
.spr-active,
.spr-slider-dot:hover {
    border: none;
    background-color: #D9D9D9; 
}
.spr-fade {
    animation-name: fade;
    animation-duration: 1.5s; 
}
@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    } 
}

/*-- Sección de Beneficios --*/
.spr-benefits {
    background-color: #FFE8E1;
    padding: 120px 0 85px 0;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .spr-benefits {
        padding: 80px 0 60px 0;
    }
}
@media (max-width: 767px) {
    .spr-benefits {
        padding: 40px 0 30px 0;
    }
}
.spr-benefits h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 4%;
    text-align: center;
    color: #383838;
    margin-bottom: 72px;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .spr-benefits h2 {
        font-size: 42px;
        line-height: 150%;
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .spr-benefits h2 {
        font-size: 40px;
        line-height: 150%;
        margin-bottom: 40px;
    }
}
.spr-benefits figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 124px;
    max-width: 1104px;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .spr-benefits figure {
        margin-bottom: 90px;
    }
}
@media (max-width: 768px) {
    .spr-benefits figure {
        margin: 0 -31px 60px -31px;
    }
}
.spr-benefits .spr-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8.5%;
    margin-bottom: 75px;
}
@media (max-width: 768px) {
    .spr-benefits .spr-columns {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 40px;
    }
}
.spr-benefits ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.spr-benefits strong {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -2%;
    color: #383838;
}
.spr-benefits li {
    display: flex;
    flex-direction: row;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 175%;
    letter-spacing: 0%;
    color: #383838;
    margin-bottom: 35px;
}
.spr-benefits li:last-child {
    margin-bottom: 0;
}
.spr-benefits li:before {
    content: "";
    width: 48px;
    height: 48px;
    padding: 24px;
    margin-right: 24px;
}
.spr-benefits .spr-column:nth-child(1) li:nth-child(1):before { background-image: url(/wp-content/uploads/2025/06/Benefits_bullet1.png);}
.spr-benefits .spr-column:nth-child(1) li:nth-child(2):before { background-image: url(/wp-content/uploads/2025/06/Benefits_bullet2.png);}
.spr-benefits .spr-column:nth-child(1) li:nth-child(3):before { background-image: url(/wp-content/uploads/2025/06/Benefits_bullet3.png);}
.spr-benefits .spr-column:nth-child(2) li:nth-child(1):before { background-image: url(/wp-content/uploads/2025/06/Benefits_bullet4.png);}
.spr-benefits .spr-column:nth-child(2) li:nth-child(2):before { background-image: url(/wp-content/uploads/2025/06/Benefits_bullet5.png);}
.spr-benefits p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #383838;
    text-align: center;
    margin: 0 auto 75px auto;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .spr-benefits p {
        margin: 0 auto 60px auto;
    }
}
@media (max-width: 767px) {
    .spr-benefits p {
        margin: 0 auto 40px auto;
    }
}
.spr-benefits h3 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 32px;
    letter-spacing: 4%;
    color: #383838;
    text-align: center;
    margin-bottom: 90px;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .spr-benefits h3 {
        font-size: 36px;
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .spr-benefits h3 {
        font-size: 34px;
        margin-bottom: 40px;
    }
}
.spr-btn {
    display: block;
    width: fit-content;
    margin: 10px auto 0 auto;
    padding: 12px 43.5px;
    background-color: #FF5000;
    color: #FCFCF7;
    border-radius: 24px;
    text-decoration: none;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
}

.spr-btn:hover {
    background-color: #dc4500;
    transform: scale(1.02);
}
