#card-triplo {
    display: flex;
    align-items: center;
    width: 950px;
    padding: 25px 0 80px;
    text-align: center;
}

#card-triplo .destaque{
    background-color: #FCEEEF;
    color: #DD303E;
    font-size: 12px;
    border-radius: 6px;
    padding: 5px 10px;
    margin-bottom: 5px;
    display: inline-block;
    font-family: 'Margem-regular';
}

#card-triplo .box {
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
    width: 282px;
    height: 245px;
    margin: 0 25px;
}
#card-triplo .box .title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    font-family: "Margem-regular";
    margin-bottom: 0;
    height: 70px;
}
#card-triplo .box .description {
    text-align: center;
    font-family: "Margem-regular";
}
#card-triplo .box .pricing p,
#card-triplo .box-small .pricing p {
  font-family: "Margem-regular" !important;
}
#card-triplo .box .pricing p.value,
#card-triplo .box-small .pricing p.value {
  font-family: "Margem-bold" !important;
}
#card-triplo .box .pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C6212E;
    line-height: 16px;
}
#card-triplo .box .pricing p {
    font-weight: 600;
}
#card-triplo .box .pricing .value {
    font-size: 52px;
    font-weight: 700;
}
#card-triplo .box .cta-button {
    background: #FBD71E;
    font-family: "Margem-regular";
    font-weight: 700;
    border-radius: 12px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    width: 180px;
    height: 56px;
}

#card-triplo .box .cta-button a {
    color: #000;
}

/* ////////////////////////////////////// */
#card-triplo .box-small {
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    height: 190px;
}
#card-triplo .box-small .title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    font-family: "Margem-regular";
    margin-bottom: 0;
    height: 40px;
}
#card-triplo .box-small .description {
    text-align: center;
    font-family: "Margem-regular";
    font-size: 12px;
    margin-bottom: 5px;
}
#card-triplo .box-small .pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Margem-regular";
    color: #C6212E;
    line-height: 16px;
}
#card-triplo .box-small .pricing p {
    font-weight: 600;
    font-size: 10px;
}
#card-triplo .box-small .pricing .value {
    font-size: 32px;
    font-weight: 700;
}
#card-triplo .box-small .cta-button {
    background: #FBD71E;
    font-family: "Margem-regular";
    font-weight: 700;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    height: 32px;
    margin: 0 auto;
}
#card-triplo .box-small .cta-button a {
    font-size: 12px;
    color: #000;
}


@media (max-width: 480.98px) {
    #card-triplo {
        width: 100%;
        padding: 25px 15px 80px;
        overflow: scroll;
    }
    #card-triplo::-webkit-scrollbar {
        display: none;
    }
    /* #card-triplo .box .pricing .value {
        font-size: 30px;
    } */
    #card-triplo .box .title {
        font-size: 20px;
    }
    #card-triplo .box .description {
        font-size: 14px;
    }
    #card-triplo .box {
        margin-right: 25px;
    }
    #card-triplo .box .cta-button {
        margin-top: 25px;
    }
    #card-triplo .box:nth-child(3) {
        margin-right: 0;
    }
}

@media screen and (min-width: 481px) and (max-width: 1199.98px) {
    #card-triplo {
        width: 100%;
        padding: 25px 15px 80px;
        overflow: scroll;
        justify-content: center;
    }
    #card-triplo::-webkit-scrollbar {
        display: none;
    }
    /* #card-triplo .box .pricing .value {
        font-size: 30px;
    } */
    #card-triplo .box .title {
        font-size: 20px;
    }
    #card-triplo .box .description {
        font-size: 14px;
    }
    #card-triplo .box {
        margin-right: 25px;
    }
    #card-triplo .box .cta-button {
        margin-top: 25px;
    }
    #card-triplo .box:nth-child(3) {
        margin-right: 0;
    }
}
