.banner {
    position: relative;
}

.banner img {
    object-fit: cover;
    width: 100%;
}

.banner .m-img {
    height: 436px;
}

.banner .pc-img {
    height: 600px;
}

.banner-text {
    /*background-image: url(/fxtm/images/banner-left.svg);*/
    background-image: linear-gradient(to right, #dc3545, #ffffff00);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: absolute;
    color: #FFFFFF;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    padding: 60px 80px;
}

.banner-text .content {
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}


.banner-text h1 {
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 1.25;
}

.banner-text p {
    color: #fff;
    font-size: 1.563rem;
    font-weight: 300;
    line-height: 1.25;
    padding-bottom: 8px;
    width: 100%;
}


@media screen and (max-width: 991px) {
    .banner .m-polygon {
        clip-path: polygon(50% 90%,0% 100%,100% 100%);
        background-color: #ff4521;
        width: 100%;
        height: 400px;
        margin-top: -400px;
        margin-bottom: -1px;
    }

    .banner-text {
        position: static!important;
        width: 100% !important;
        min-height: auto;
        height: auto!important;
        flex-grow: 1;
        background: #ff4521;
        margin: 0;
        padding: 0;
    }

    .banner-text h1 {
        font-size: 1.875rem;
    }

    .banner-text p {
        font-size: 1.25rem;
        text-align: center;
    }

    .banner-text .content {
        align-items: center;
        padding: 20px 20px 50px 20px;
    }


}

@media screen and (min-width: 1440px) {
    .banner-text {
        padding-left: calc((100% - 1280px) / 2);
        padding-right: 100px;
    }

    .banner-text .content {
        width: 85%;
    }
}
