.banner {
    background-color: #19234C;
    padding-top: 5%;
    padding-bottom: 5%;
}

.banner-inside {
    display: flex;
    flex-direction: row;
    gap: 5%;
    width: 60%!important;
    height: 50vh;
}

.banner-inside .banner-left, .banner-inside .banner-right {
    width: 50%
}

.banner-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10%;
}

.banner-title, .banner-subtitle {
    color: #fff;
}

.banner-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

.banner-subtitle {
    line-height: 40px;
}

.banner-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.banner-buttons button {
    border-radius: 5px;
    padding: 10px 20px;
    border: 2px solid;
    font-weight: 700;
    width: 250px;

    &:hover {
        background-color: #364779;
        color: #fff;
        border-color: #364779;
    }
}

.banner-buttons .button-left {
    background-color: #fff;
    color: #19234C;
    border-color: #19234C;
}

.banner-buttons .button-right {
    background-color: #19234C;
    color: #fff;
    border-color: #fff;
}

.banner-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-right-innner {
    background-color: #364779;
    border-radius: 16px;
    padding: 5%;
}

.info-banner {
    display: flex;
    flex-direction: row;
    gap: 5%;
    align-items: flex-start;
}

.info-banner {
    color: #fff;
}

.info-banner img {
    width: 25px;
    height: 20px;
    margin-top: 0.5vh;
}

.info-banner h3 {
    font-size: 18px;
    line-height: 20px;
}