h3 {
    font-size: 2.6rem;
}

h4 {
    font-size: 2rem;
}

.sponsorship-top-section,
.sponsorship-bottom-section {
    padding: 8rem;
}

.section-top {
    text-align: center;
    font-family: AmsiPro-Black;
    color: #f00;
    width: 70%;
    margin: 0 auto 2.7rem;
}

.section-bottom {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.section-bottom-left,
.section-bottom-right {
    width: 40%;
}

.learn-more h2 {
    margin-bottom: 2rem;
}

.section-bottom {
    display: flex;
}

.sponsorship-top-section {
    background-image: url('../img/emblaze/sponsorship-bg.png');
    background-color: #ebedee;
    background-size: contain;
}

.hr-line {
    height: 3px;
    border-width: 0;
    color: #14293B;
    background-color: #14293B;
}

.section-middle {
    text-align: center;
    width: 76%;
    margin: 0 auto 5rem;
}

.sponsorship-bottom-section .section-bottom-left,
.sponsorship-bottom-section .section-bottom-right {
    width: 30%;
}

.sponsorship-bottom-section {
    background-color: #ebedee;
}

.sponsorship-list {
    color: #14293B;
}

@media(max-width: 768px) {
    .sponsorship-top-section,
    .sponsorship-bottom-section {
        padding: 1rem;
    }
    .section-top {
        width: 100%;
        margin: 0 0 2rem 0;
        font-size: 2rem;
        line-height: 25px;
    }
    .section-bottom {
        flex-direction: column;
    }
    .section-bottom-left,
    .section-bottom-right {
        width: 100%;
    }
    .sponsorship-bottom-section .section-bottom-left,
    .sponsorship-bottom-section .section-bottom-right {
        width: 100%;
    }
    .event-link .media-body .media-heading {
        font-size: 1.2rem;
    }
}