#about {
    color: #757575;
    height: 100%;
    overflow: hidden;
}

#about .banner {
    height: 600px;
    width: 100%;
    background-size: cover;
    position: relative;
}

#about .banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: -55%;
    bottom: -2px;
    width: 210%;
    /* background-image: linear-gradient(124deg, #ef5a25, rgb(210 123 1)),
        linear-gradient(106deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.69)); */
    background-image: url("../../images/banners/banner-about.svg");
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top: 0;
}

#about .banner .banner-text {
    position: absolute;
    width: 250px;
    color: white;
    top: 30%;
    left: 20%;
}

#about .banner img {
    position: absolute;
    bottom: -125px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#about .banner-middle {
    background: url("../../images/banners/about-middle.png");
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#about .banner-middle p {
    width: 70%;
    text-align: center;
}

.content--title {
    margin-bottom: 30px;
}

.content {
    margin-top: 150px !important;
    background: url("../../images/banners/banner--gradient-white.png");
    padding-bottom: 100px;
}

.home--payment {
    padding: 20px 0px;
    align-items: center;
    display: flex;
}

.home--payment .logo img {
    width: 69px;
}

.home--payment .payments {
    width: 80%;
}

.home--payment .payments img {
    width: 80%;
}

@media screen and (max-width: 720px) {
    #about .banner {
        height: 320px;
    }

    #about .banner:before {
        left: -75%;
        width: 250%;
    }

    #about .banner .banner-text {
        display: none;
    }

    #about .banner img {
        width: 300px;
        bottom: -50px;
    }

    #about .banner-middle {
        height: 300px;
    }

    #about .content {
        margin-top: 10px !important;
        padding-top: 10px !important;
    }

    #about .font-size-30 {
        font-size: 20px;
    }

    #about .content--text p {
        font-size: 15px;
    }

    #about .content {
        margin-top: 75px !important;
    }

    #about .content .container {
        width: 90%;
    }

    .home--payment .container {
        flex-flow: column;
        text-align: center;
    }

    .home--payment .logo {
        margin-bottom: 20px;
    }
}

/* If greater than 1444px */
@media screen and (min-width: 1444px) {
    body {
        width: 1366px;
        margin: 0 auto;
    }

    #navigation {
        width: 1366px !important;
    }

    .navigation--slide {
        display: none;
    }
}
