.section-inner .container, .card-container, .content-container {
    /*margin-left: 80px;*/
  }
  
  #customized-digital-services .section-inner, #engaging-with-young-audiences .section-inner, #prioritizing-our-local-connections .section-inner, #reflecting-contemporary-canada .section-inner, #taking-canada-to-the-world .section-inner{
      padding-left: 100px;
  }
  
  
  
  .row-container{
    padding-right: 15px;
    padding-left: 15px;
  }
  
  
  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;
    white-space: normal;
  }
  .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;
    max-width:100%;
    height:1200px;
    opacity:0.8;
    z-index: -1;
  }
  
  #values{
    position:relative;
  }
  
  #values .conatiner{
    position:relative;
    z-index: 1;
  }
  
  #values:before{
    content:"";
    position: absolute;
    right:0px;
    top:100px;
    background-image: url('https://redtoucan-admin.azurewebsites.net/media/xneikba0/lune-grise.png');
    background-size: cover;
    width:621px;
    height:927px;
    opacity:0.1;
    z-index: 0;
  }
  
  #values h3{
    color:#fff;
  }
  
  
  @media (min-width: 1141px) and (max-width: 1200px) {
    #customized-digital-services:before{
      top:-180px;
      width:100px;
      height:200px;
    }
  }
  
  @media (max-width: 1140px) {
    #customized-digital-services:before{
      display:none;
    }
  }