.btn-banner {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}
main .btn-banner .banner-button-contact {
    padding: 12px 16px;
    border-radius: 8px;
    display: grid;
    align-items: center;
    justify-content: center;
    background: var(--main-1);
    color: #fff;
}

main .btn-banner .banner-button-contact:hover
{
    background: var(--main-2);
}

.banner {
    position: relative;
    height: 280px;
    /*background: url("../../../image/service/business_administration/banner_start_business.png") center/cover no-repeat;*/
    display: grid;
    align-items: center;
    z-index: 0;
}
.banner::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom:0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;
}
.banner .content-banner {
    display: grid;
    align-items: center;
}
.banner .content-banner h1 {
    font-size: 38px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -1px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    line-height: 1.5;
}
.banner .content-banner .summary {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.0320000015px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .banner {
        /*padding-top: 46px;*/
    }
}
@media screen and (max-width: 992px) {
    .banner {
        height: 370px;
        background-position: center !important;
    }
    .banner .content-banner h1 {
        font-size: 28px;
    }
    .banner .content-banner .summary br {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .banner {
        overflow: hidden;
        height: 350px;
    }
    .banner .content-banner h1 br {
        display: none;
    }
}

/*# sourceMappingURL=banner.css.map */
