.banner-default-1 {
    padding: 64px 98px;
    border-radius: 24px 112px 24px 24px;
    background: var(--color-4);
    position: relative;
}
.banner-default-1 .legend {
    font-weight: 500;
    font-size: 20px;
    line-height: 24.38px;
    color: #ffffff !important;
}
.banner-default-1 .title {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 4.266rem;
    margin: 8px 0 24px 0;
}
.banner-default-1 .description {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}
.banner-default-1 .card-fare {
    width: 313px;
    padding: 32px;
    border-radius: 48px 48px 48px 0px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #1C74EF 0%, rgba(5, 60, 138, 0) 100%);
    background: linear-gradient(180deg, #1D76F2 0%, #0958C4 100%);
    display: flex;
    flex-direction: column;
    column-gap: 8px;
    z-index: 1;
}
.banner-default-1 .fare {
    font-weight: 600;
    font-size: 40px;
    line-height: 48.76px;
}
.banner-default-1 .banner-form-element {
    position: absolute;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: 2;
}
.banner-default-1 .form-element-left {
    width: 123px;
    height: 123px;
    top: -50.03px;
    left: -44.5px;
    background: url("../../images/bg-banner-left.png");
}
.banner-default-1 .form-element-right {
    width: 179.96px;
    height: 174.05px;
    bottom: 70px;
    right: -40px;
    background: url("../../images/bg-banner-right.png");
}

@media (max-width: 1024px) {
    .banner-default-1 {
        padding: 59px 32px;
    }
    .banner-default-1 .title {
        font-size: 32px;
        line-height: 39.01px;
    }
    .banner-default-1 .description {
        font-size: 16px;
        line-height: 19.5px;
    }
    .banner-default-1 .card-fare {
        margin: 48px 0 0 0;
    }
    .banner-default-1 .form-element-left {
        width: 62px;
        height: 62px;
        top: -30px;
        left: -35px;
    }
    .banner-default-1 .form-element-right {
        width: 90px;
        height: 90px;
        bottom: -25px;
    }
}