thead, tbody, tfoot, tr, td, th {
    background-color: #ffffff !important;
};

.content{
    margin-top: -60px;
    margin-bottom: 100px;
    z-index: 2;
    position: relative;
}
.text-ellipsis{
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.text-disable{
    opacity: 0.4;
}
.btn-disable{
    background-color: #333;
    border-radius: 0.25rem
}
.section-services,
.section-package,
.section-contact{
    padding-top: 40px;
}

.package-options_free,
.package-options_paid {
    transition: transform 0.8s;
}

.package-options_free:hover,
.package-options_paid:hover {
    transform: translateY(-5px);
}
.fs-price {
    font-size: 24px;
}

.top-banner {
    max-height: 614px;
    max-height: clamp(460px, 32vw, 614px);
    object-fit: cover;
}

.text-banner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    flex-direction: column;
    font-size: 18px;
}

.text-banner-header {
    font-size: 26px;
}

@media screen and (max-width: 768px) {
    #second-content {
        order: 2;
    }
}
@media screen and (min-width: 769px) {
    .img-custom{
        border-radius: 0.25rem;
    }
}


@media screen and (max-width: 575px) {
    .top-banner {
        height: 268px;
    }

    .text-banner {
        font-size: 14px;
    }

    .text-banner-header {
        font-size: 20px;
    }

    .content{
      margin-top: 30px;
    }

    .custom-padding {
        padding-left: 80px !important;
    }

    .btn-register {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 960px) {
    .btn-register-home,
    .btn-upgrade {
        width: 50%;
    }

    .btn-register {
        font-size: 20px !important;
    }
}
