.background-card {
    border-radius: 20px;
    background: linear-gradient(157deg, #5900DE 10.77%, #12001A 84.92%);
    box-shadow: 0 0 250px 4px rgba(77, 48, 255, 0.40);
    backdrop-filter: blur(20px);
}

.safe-test-drive-bg {
    background: #4F21D1;
    box-shadow: 0 0 250px 4px rgba(77, 48, 255, 0.40);
    backdrop-filter: blur(20px);
     background: radial-gradient(at center bottom, #7A07CC, #4C07CC);
}

.why-text {
    color: #FFF;
    font-feature-settings: 'dlig' on, 'ss06' on, 'ss07' on, 'ss10' on;
    font-family: "Darker Grotesque";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 24px */
    letter-spacing: -0.24px;
}

.overview-safe-section {
    display: flex;
    flex-direction: column;
    width: 550px;
    padding: 20px 10px 20px 20px;
    padding-right: 30px;
    padding-left: 30px;
    align-items: left;
    gap: 10.178px;
    flex-shrink: 0;
    border-radius: 15.267px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 1.272px 15.267px 0 rgba(0, 0, 0, 0.05);
    margin: 2rem;
}

.overview-safe-logo {
    margin-top: 20px;
    width: 128px;
    height: 33px;
    flex-shrink: 0;
    margin-bottom: 10px;
}

.overview-safe-logo-plain {
    width: 128px;
    height: 33px;
    flex-shrink: 0;
}

.overview-safe-text-bold {
    color: #FFF;
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28px */
    letter-spacing: -0.4px;
}

.overview-safe-text {
    color: #FFF;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 28px */
    letter-spacing: -0.4px;
}
.overview-safe-text li{
    color: #FFF;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 28px */
    letter-spacing: -0.4px;
}
.overview-safe-text ul{
    list-style-type: disc;
    margin-left: 25px;
    margin-top: 10px;
}

.compare-section .header,.compare-section .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 25px;
}

.compare-section .col_1 {
    width: 20%;
}
.compare-section .col_2 {
    width: 10%;
    text-align: center;
}
.compare-section .col_3 {
    width: 10%;
    text-align: center;
}
.compare-section .header .col_3 {
   font-size: 30px;
   font-weight: 300;
}
.compare-section .col_4 {
    width: 55%;
}

.compare-section {
    margin-bottom: 20px;
}