
.banner-info {
    position: relative;
    z-index: 2;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
}

.banner-info .wrapper {
    max-width: 1406px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    background-color: #ebeef3;

    border-radius: 10px;
    overflow: hidden;
    align-items: stretch;
}

.banner-info .text {
    margin-top: 22px;
    margin-bottom: 64px;
}

.banner-info .img {
    width: 50%;
}

.banner-info figure {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
}

.banner-info figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


.banner-info .gray-box {
    padding: 80px 95px;
    padding-bottom: 60px;
    width: 50%;
    border-radius: 10px 0px 0px 10px;
}

.banner-info .main-title {
    margin-bottom: 22px;
    font-size: 36px;
    line-height: 44px;
    margin-top: 0;
}

.banner-info .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
}

/*
@media only screen and (max-width: 1300px) {
  .banner-info .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .banner-info .gray-box {
    width: 90%;
  }
  .banner-info .img {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .banner-info .film video {
    margin-left: auto;
    margin-right: auto;
  }
}
*/

@media only screen and (max-width: 800px) {

    .banner-info .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .banner-info .img {
        width: 100%;
    }

    .button-border::after {
        margin-left: 20px;
    }
    .banner-info .main-title {
        font-size: 28px;
        line-height: 34px;
    }
    .banner-info .gray-box {
        width: 100%;
        padding: 30px 25px;
    }
    .banner-info .film {
        width: 100%;
    }
    .banner-info .button-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
