.section-inner .container, .card-container, .content-container {
  /*margin-left: 80px;*/
}

#customized-digital-services .section-inner{
  padding-left:80px;
}

img {
  width: 100%;
  height: auto;
}

hr {
  border-top: 11px solid #EE0000;
}

.button {
  border: 1px solid black;
  border-radius: 0;
  color: #2B3280;
  padding: 16px 30px 13px 30px;
  font-size: 26px;
  font-weight: 500;
}
.button img {
  width: auto;
  height: 20px;
  margin-top: -5px;
  margin-left: 10px;
}

.button:after {
  content: '';
  background-image: url(https://redtoucan-admin.azurewebsites.net/media/x35dyhwi/more-red-2-2x-8.png);
  background-size: cover;
  width: 17px;
  height: 20px;
  margin-top: -5px;
  margin-left: 10px;
  display:inline-block;
}

.button:hover:after {
    animation: bounce 1s infinite;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



#customized-digital-services{
  position:relative;
}

#customized-digital-services:before{
  content:"";
  position: absolute;
  left:0px;
  top:-260px;
  background-image: url('https://redtoucan-admin.azurewebsites.net/media/2wvdmis0/lune-rouet-noir-1-2x-8.png');
  background-size: cover;
  width:170px;
  height:341px;
}


#customized-digital-services:after{
  content:"";
  position: absolute;
  left:0px;
  top:-700px;
  background-image: url('https://redtoucan-admin.azurewebsites.net/media/femlf13l/lune_grise_2x.png');
  background-size: cover;
  width:600px;
  height:1200px;
  opacity:0.8;
  z-index: -1;
}


@media (min-width: 1024px) and (max-width: 1200px) {
  #customized-digital-services:before{
    top:-180px;
    width:100px;
    height:200px;
  }
}

@media (max-width: 920px) {
  #customized-digital-services:before{
    display:none;
  }
}
