.sat-37238-container {
    background: #111111;
    color: #fff;
    padding: 60px 118px;
    border-radius: 24px;
    font-family: 'Manrope', sans-serif;
    margin: 0 auto;
    width: 100%;
}

.sat-37238-header {
    text-align: center;
    margin-bottom: 50px;
}

.sat-37238-tagline {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.sat-37238-tagline-icon {
    color: #E24C4A;
    font-size: 16px;
    font-style: normal;
}

.sat-37238-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.sat-37238-description {
    color: #a0a5aa;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.sat-37238-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
    background: #1a1c21;
    border-radius: 12px;
    overflow: hidden;
}

.sat-37238-table th,
.sat-37238-table td {
    padding: 20px 24px;
    text-align: left;
    border-bottom: 1px solid #2a2c31;
}

.sat-37238-table th {
    color: #7b818a;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sat-37238-table td {
    font-size: 16px !important;
    font-weight: 400px !important;
    color: #ffffff;
}

.sat-37238-table tr:last-child td {
    border-bottom: none;
}

.sat-37238-tech-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #fff;
}

.sat-37238-quote-box {
    background: #ffffff10;
    border-radius: 16px;
    padding: 80px 40px 40px 40px;
    border: 1px solid #ffffff10;
}

.sat-37238-quote-icon {
    font-size: 104px;
    color: #fff;
    /* line-height: 1; */
    /* margin-bottom: 20px; */
    font-family: Georgia, serif;
}

.sat-37238-quote-text {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #fff;
}

.sat-37238-speaker {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sat-37238-speaker-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.sat-37238-speaker-name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.sat-37238-speaker-designation {
    font-size: 14px;
    color: #7b818a;
}

/* Grid Layout overrides */
.sat-layout-grid .sat-37238-table,
.sat-layout-grid .sat-37238-table tbody,
.sat-layout-grid .sat-37238-table tr {
    display: block;
    width: 100%;
}
.sat-layout-grid .sat-37238-table thead {
    display: none;
}
.sat-layout-grid .sat-37238-table tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    border-bottom: 1px solid #2a2c31;
    padding: 15px 0;
}
.sat-layout-grid .sat-37238-table tr:last-child {
    border-bottom: none;
}
.sat-layout-grid .sat-37238-table td {
    display: flex;
    align-items: center;
    border: none;
    padding: 10px 24px;
}

@media (max-width: 768px) {
    .sat-layout-grid .sat-37238-table tr {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .sat-37238-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}

.sat-37238-table thead{
    background-color: #202020 !important;
}
.sat-37238-table tbody{
    background-color: #111111 !important;
}
.sat-37238-container table{
    border: 1px solid #2a2c31;
}