/* .btn-ctas .col a.button {
    width: max-content;
} */
.ctas .col-btns a {
    min-width: 175px;
    text-align: center;
}
.ctas .cta-box:not(.categories) img {
    max-width: 185px;
    width: 100%;
    height: auto;
}
.ctas .cta-box.categories .row .col {
    transition: .5s;  
    img {
        max-width: 130px;
        width: 100%;
        height: auto;
    }
    &:hover {
        filter: brightness(0.3);
    }
}
.ctas .cta-box.categories .row .col:not(:last-child) {
    border-right: 1px solid var(--color-6);
}
.ctas .cta-box .title a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.ctas .cta-box .cta-img .title a {
    color: var(--color-1);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    transition: .5s;
}
.ctas .cta-box .cta-img:hover .title a {
    color: var(--color-3);
}
.ctas .cta-box .cta-img .image img {
    filter: brightness(1);
    transition: .5s;
}
.ctas .cta-box .cta-img:hover .image img {
    filter: brightness(0.3);
    transition: .5s;
}
.cta-box {
    position: relative;
    min-height: 150px;
}
.cta-box .col-b {    
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
.cta-box .col-b .image {
    width: fit-content;
}
.cta-box .col-b .image:before {
    content: '';
    position: absolute;
    background: #01df01;
    background: linear-gradient(90deg, rgba(0, 64, 159, 1) 0%, rgba(1, 205, 214, 1) 50%, rgb(3 222 1) 75%);
    top: 0;
    right: calc(0px + 189px);
    width: calc(100% - 189px);
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 0;
}
.cta-box .col.col-a {
    position: relative;
    gap: 15px;
    z-index: 1;
}
.grecaptcha-badge {
    z-index: 9;
}
.ctas .cta-box:not(.categories) .title {
    color: var(--color-1);
    font-weight: 600;
    font-size: 26px;
}
.ctas .cta-box.categories .title a {
    color: var(--main-color);
    font-weight: 600;
    font-size: 26px;
}
.ctas .cta-box.categories .image {
    display: flex;
    justify-content: center;
}
.ctas .cta-box .btn-ctas {
    gap: 20px;
    margin-left: 0;
}
.ctas .cta-box .btn-ctas .col {
    background: var(--color-1);
    color: var(--main-color);
    font-weight: 600;
    width: fit-content;
    text-align: center;
    border-radius: 5px;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ctas .container {
    border-radius: 5px;
}