.col-logo>.col-inner {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    padding: 20px;
    font-size: 20px;
    background: var(--primary-color);
}

.col-logo .icon-box {
    align-items: center;
}

.col-logo h1 {
    font-size: 40px;
    font-weight: bold;
    color: var(--fs-color-secondary);
    margin: 0;
}

.priceTable {
    padding: 30px 20px;
    background: #faeca5;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.priceTable th,
.priceTable td {
    padding: 28px;
    font-size: 32px;
    text-align: center;
    border: 0;
    color: #000;
    border-bottom: 2px solid #ccc;
}

.priceTable th {
    background: #e8e8e8;
    font-size: 50px;
    font-weight: bold;
}

.priceTable p {
    text-align: center;
    margin-top: 25px;
    font-size: 28px;
    font-style: italic;
}

a.button.btn-full {
    margin: 0;
    width: 100%;
    border-radius: 25px;
    min-height: 130px;
    display: flex;
    align-items: center;
    font-size: 24px;
    text-transform: none;
    font-weight: normal;
    text-align: center;
    justify-content: center;
    height: 100%;
    padding: 0 80px;
}

.tradingview {
    max-width: 600px;
    margin: 0 auto;
}

.col-x {
    max-width: 400px;
}

.btn-cus {
    margin: 0 auto;
    width: 100%;
    padding-top: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    border-radius: 60px;
    font-weight: normal;
    box-shadow: unset !important;
    line-height: revert;
}

.btn-cus span {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1.3;
    max-width: 100%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 850px) {
    .row-main.row {
        max-width: 80%;
    }
}

@media screen and (max-width: 1600px) {

    .priceTable th,
    .priceTable td {
        font-size: 20px;
    }

    .priceTable th {
        font-size: 32px;
    }

    .btn-cus {
        font-size: 40px;
    }

    .col-x {
        max-width: 300px;
    }
}

@media screen and (max-width: 850px) {
    .priceTable th {
        font-size: 20px;
    }

    a.button.btn-full {
        font-size: 16px;
        padding: 5px 10px;
    }

    .col-logo>.col-inner {
        border-radius: 20px;
        padding: 10px 20px;
        font-size: 16px;
    }

    .col-logo h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 550px) {
    .col-logo .icon-box-img {
        max-width: 60px;
    }

    .col-logo>.col-inner {
        font-size: 14px;
    }

    .col-logo h1 {
        font-size: 20px;
    }

    .priceTable {
        padding: 15px;
    }

    .priceTable p {
        font-size: 14px;
        margin: 5px 0 0;
    }

    .priceTable th,
    .priceTable td {
        font-size: 14px;
        padding: 8px;
    }

    .priceTable th {
        font-size: 15px;
    }

    a.button.btn-full {
        min-height: auto;
        padding: 4px 20px;
        font-size: 14px;
    }

    .col-x {
        max-width: 130px;
    }

    .btn-cus {
        border-radius: 100%;
        font-size: 18px;
    }
}