.comission-comparison-container {
    margin-top: 10rem;
}

.comission-comparison-container table thead th {
    vertical-align: top;
    background: #F8FDFF;
    text-align: center;
    padding: 1.8rem 1rem;
    line-height: 1.1;
    border-bottom: 1px solid rgba(211, 218, 226, 0.39);
    border-left: 1px solid rgba(211, 218, 226, 0.39);
    border-top: 0;
    min-width: 12rem;
}

.comission-comparison-container table thead th:first-child {
    font-size: 1.8rem;
    color: var(--secondary-color);
    background: rgba(199, 210, 220, 0.3);
    border-left: 0;
    vertical-align: middle;
    width: 27rem;
}

.comission-comparison-container table thead th .content .text {
    display: flex;
    flex-direction: column;
    margin-top: .4rem;
}

.comission-comparison-container table thead th .content .text b {
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 2px;
}

.comission-comparison-container table thead th .content .text span {
    color: #717A83;
    font-weight: 400;
    font-size: 1.5rem;
}

.comission-comparison-container table tbody td {
    vertical-align: middle;
    background: var(--white);
    text-align: center;
    border-bottom: 1px solid #D3DAE2;
    border-left: 1px solid #D3DAE2;
    color: var(--black);
    font-size: 1.7rem;
    font-weight: 500;
}

.comission-comparison-container table tbody td:first-child {
    text-align: left;
    border-left: 0;
    padding: 1.5rem 3rem;
}

.comission-comparison-container table tbody td .text {
    display: flex;
    flex-direction: column;
}

.comission-comparison-container table tbody td .text h5 {
    font-width: 600;
    font-size: 1.9rem;
    color: var(--secondary-color);
    margin-bottom: 0;
    line-height: 1.2;
}

.comission-comparison-container table tbody td .text small {
    color: #585F67;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.3;
}

.comission-comparison-container table tbody td .text p {
    color: #47515A;
    font-size: 1.7rem;
    font-weight: 500;
}

/* Media Queries */
@media (max-width: 1600px) {
    .comission-comparison-container {
        margin-top: 6rem;
    }
}
@media (max-width: 991px) {
    .comission-comparison-container table thead th:first-child {
        width: auto;
    }
    .comission-comparison-container table tbody td:first-child {
        padding: 1rem 1rem;
    }
}
@media (max-width: 575px) {
    .comission-comparison-container table thead th img {
        width: 3rem;
    }
    .comission-comparison-container table thead th:first-child,
    .comission-comparison-container table thead th .content .text b{
        font-size: 1.6rem;
    }
    .comission-comparison-container table thead th .content .text span {
        font-size: 1.3rem;
    }
    .comission-comparison-container table thead th {
        padding: 1rem;
    }
    .comission-comparison-container table tbody td .text h5 {
        font-size: 1.7rem;
    }
    .comission-comparison-container table tbody td .text small {
        font-size: 1.3rem;
    }
    .comission-comparison-container table tbody td .text p {
        font-size: 1.4rem;
    }
    .comission-comparison-container {
        margin-top: 3rem;
    }
}
