.swiper-containerc {
   max-width:1200px;
   margin:0px auto;
    padding-top: 50px;
	overflow:hidden;
    padding-bottom: 50px;
	position: relative;
}
img{max-width:100%;}
.swiper-containerc  .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*! background: #eee; */
    overflow: hidden;
}

.swiper-containerc  .content {
    flex: 0 0 60%;
    padding: 20px;
    /*! background: white; */
    color: black;
}

.swiper-containerc  .content h1 {
    font-size: 44px;
    margin-bottom: 10px;
    color: white;
}

.swiper-containerc  .content p {
    font-size: 16px;
}

.banner {
    flex: 0 0 40%;
    background-image: url('/public/macro/images/slideback4.jpg');
    background-size: cover;
    background-position: center;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:20px !important;
}
.swiper-pagination-bullet{width:15px !important;height: 15px !important;}
.aboua{margin:20px 0px;line-height:30px;font-size:14px;}
.affinity-row .column-half-break{width:100%;float:none;}
.affinity-row .column-half-break .column-half{width:25%}