.bloc-apropos {
    position: relative;
    overflow: hidden;
}
.flex-apropos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.boxapropos {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.img-apropos {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.boxgrid {
    overflow: hidden;
    height: 270px;
}
.boxtitle {
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.boxtitle-two {
    padding: 0;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 36px;
    font-family: 'Arcon Rounded';
    line-height: 40px;
    padding: 20px;
    text-align: center;
}
.bggris {
    background: #0071bc;
}

.boxtitle span {
    font-size: 48px;
    color: #fff;
    font-family: 'Arcon Rounded';
    text-transform: uppercase;
}
.bgwhite {
    background: #fff;
}
.colorone {
    display: block;
    color: #0071bc;
}
.colortwo {
    display: block;
    color: #ec1c24;
}
.boxparag {
    padding: 25px;
    height: 268px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxparag p {
    font-size: 15px;
    color: #231f20;
    text-align: justify;
    font-family: 'Futura PT Book';
    line-height: 22px;
}
.bgpink {
    background: #ec1c24;
}
.boxparag-two {
    padding: 25px;
    height: 270px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.boxparag-two p {
    font-size: 15px;
    color: #fff;
    text-align: justify;
    font-family: 'Futura PT Book';
    line-height: 22px;
}
.btn-apropos {
    background: #0071bc;
    color: #fff;
    font-weight: bold;
    font-family: 'Futura PT Book';
    font-size: 14px;
    text-transform: uppercase;
    padding: 13px 20px;
    display: table;
    margin-top: 35px;
}
.btn-apropos:hover {
    color: #fff;
    background: #231f20;
}
.imgparag {
    padding: 0;
}
.name-apropos {
    background: #fff url(/Files/App_002/Images/bg-apropos.jpg) top center no-repeat;
    background-size: cover;
    height: 540px;
    display: flex;
    flex-direction: column;
    padding: 80px 0;
    align-items: center;
}
.name-apropos span {
    color: #231f20;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Futura PT Book';
    opacity: 1;
    text-align: left;
}
.logo-apropos {
    margin-top: 0;
}
.name-apropos:before {
    content: "";
    background: #e85252;
    width: 6px;
    height: 42px;
    position: absolute;
    left: -3px;
    top: 0;
}
.boxparag-two:before {
    content: "";
    background: #ffffff;
    width: 6px;
    height: 42px;
    position: absolute;
    right: 0;
    bottom: -21px;
}
.imgparag img {
    height: 100%;
    max-width: inherit;
}
@media screen and (max-width: 1280px) {
.boxtitle span {
    font-size: 35px;
}
.boxtitle-two {
    font-size: 35px;
    line-height: 35px;
}
}
@media screen and (max-width: 1024px) {
.logo-apropos {
    width: 160px;
}
}
@media screen and (max-width: 991px) {
.logo-apropos {
    width: auto;
}
.boxapropos {
    order: 3;
}
.img-apropos {
    display: flex;
    flex-wrap: wrap;
}
.imgparag {
    order: 2;
    height: 450px;
}
.name-apropos {
    height: 450px;
}
.name-apropos:before {
    display: none;
}
.imgparag img {
    height: auto;
    width: 100%;
}
.boxgrid {
    height: auto;
}
.boxtitle {
    height: 250px;
}
.boxtitle-two {
    margin-top: 35px;
    height: auto;
}
.boxparag {
    height: auto;
    margin-top: 15px;
    margin-bottom: 70px;
}
.boxparag p {
    text-align: center;
}
.boxparag-two:before {
   display: none;
}
.boxparag-two {
    padding: 50px 25px;
    height: auto;
    align-items: center;
}
.boxparag-two p {
    text-align: center;
}
}
@media screen and (max-width: 767px) {
.name-apropos {
    height: 400px;
    padding: 70px 15px;
}
.boxtitle {
    padding: 20px 15px;
}
.boxtitle-two {
    padding: 20px 15px;
}
.boxparag {
    padding: 25px 15px;
}
.boxparag-two {
    padding: 50px 15px;
}
}
@media screen and (max-width: 550px) {
.imgparag {
    order: 2;
    height: auto;
}
}