.banner-container-1 {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(23, 22, 22, 1);
    width: 258px;
    height: 558px;
    padding: 20px;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Inter', sans-serif; */
}

.banner-headliner-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.banner-brand-logo {
    height: 28px;
    width: auto;
    margin-bottom: 20px;
}

h2 {
    font-size: 15px;
    font-weight: 24px;
    text-align: right;
    color: #fff;
    margin: 0;
}

.slider-header {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.rate-wrap {
    display: flex;
    background-color: #000000;
    border-radius: 5px;
    padding: 20px 10px;
    margin-bottom: 15px;
}

.rate-third {
    width: 33.333%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 0;
}

#left {
    text-align: left;
    min-width: 100px;
}

#mid {
    text-align: center;
}

#right {
    text-align: right;
    font-weight: 700;
}

.banner-main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgba(2, 198, 116, 1);
    border-radius: 5px;

    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;

    transition: all ease-in-out 0.15s;
}

.banner-main-btn:hover {
    background-color: rgba(0, 116, 68, 1);
}

.small-print {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}