.banner-img {
    background-position: 50% 32% !important;
}

img {
    max-width: 100%;
    height: auto;
}

.banner {
    background-image: url("/credit-cards/transformer/img/student/banner-bg.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    color: white;
}

.is-best-student-card {
    display: none;
}

.banner-text h2,
.banner-text sup .text-white,
.banner-paragraph {
    color: #252525 !important;
}

.banner-paragraph {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.choose-student-credit-card-container {
    display: flex;
    gap: 32px;
    align-items: center;
    flex-direction: column;
}

.choose-student-credit-card-row {
    display: flex;
    gap: 24px;
    max-width: 770px;
}

.choose-student-credit-card-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    filter: brightness(0) saturate(100%) invert(13%) sepia(0%) saturate(2522%) hue-rotate(259deg) brightness(94%) contrast(93%);
}

.choose-student-credit-card-content {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.choose-student-credit-card-content h4 {
    margin-bottom: 0;
}

.choose-student-credit-card-content p {
    font-weight: 400;
    margin-bottom: 0;
}

.student-hub-img {
    background-image: url("/credit-cards/transformer/img/student/rbc-student-hub.png");
    width: 33%;
    max-width: 370px;
}

.student-hub-container {
    background-color: #F3F7F8;
    flex-grow: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}