.cepi-fesr-wrapper {
    width: 100%;
    background-color: rgb(22, 64, 148);
}
.cepi-fesr {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: rgb(22, 64, 148);
    padding: 50px 5px 0 5px;
    text-align: left;
    background-image: url('/media/img/fesr/fesr-background.webp');
    background-repeat: no-repeat;
    background-position: center;
}
.cepi-fesr-text-wrapper {
    padding-top: 30px;
}
.cepi-fesr-text {
    color: #FFF;
    font-size: 2rem;
    font-weight: 900;
    padding-bottom: 40px;
}

/*****************************************************************************************************************************************************
* break point
******************************************************************************************************************************************************/
/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
/*     .cepi-fesr {
        width: 842px;
    } */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .cepi-fesr {
        width: 842px;
        height: 500px;
        padding: 50px 0 0 100px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}