.excellence-section {
    background-color: #F5F7FA;
}

.excellence-container {
    /* background: #F5F7FA; */
    display: flex;
    flex-direction: row;
    margin-inline: auto;
    justify-content: center;
    gap: 10px;
}

.excellence-left {
    /* background: #F5F7FA; */
    flex: 1;
    padding: 30px;
    margin: 20px 20px;
    max-width: 700px;
}

.excellence-left p {
    font-size: 36px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0F1113;
    text-align: center;
}

.excellence-left-first-lastparagraph {
    margin-top: 100px;
    line-height: 1;
}

.excellence-list {
    list-style: none;
    padding-top: 20px;
    margin: 0;
}

.excellence-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0F1113;
    font-size: 36px;
}

.excellence-list li::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    background-image: url("../images/black_check_symbol.webp");
    /* path relative to CSS file */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.excellence-right {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 30px 30px 0 30px;
    flex: 1;
    max-width: 610px;
    margin: 20px 20px;
}

.excellence-right h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: bold;
    color: #0F1113;
    font-size: 48px;
    letter-spacing: -2%;
    padding-bottom: 20px;
}

.excellence-right h2 {
    color: #0F1113;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: -2%;
    padding-bottom: 20px;
}

.excellence-right p {
    color: #0F1113;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 36px;
    letter-spacing: -2%;
    line-height: 1.1;
}

.excellence-right-last {
    padding-top: 30px;
}

.excellence-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0B1D37;
    margin-top: 100px;
    margin-inline: auto;
    max-width: 1380px;
    border: none;
    border-radius: 30px;
    padding: 50px 30px;
}

.excellence-cta h1 {
    /* max-width: 1200px; */
    font-family: 'Space Grotesk', sans-serif;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -2%;
    color: #F5F5F5;
    text-align: center;
}

.excellence-cta-btn {
    margin-top: calc(var(--spacing-unit) * 4);
    margin-bottom: calc(var(--spacing-unit) * 4);
    color: #0F1113;
    background: #FFB300;
    font-size: 24px !important;
    font-weight: 500 !important;
}

.excellence-cta-btn:hover {
    opacity: 0.85;
}