#bandeau-app {
  margin-bottom: 35px;
  max-width: 1200px;
}

#bandeau-app .description {
  display: flex;
  align-items: center;
}

#bandeau-app .description-content {
  background: #c8c7c3;
  padding-left: 30px;
}

#bandeau-app .description-content .container-description {
  margin-top: 15px;
}

#bandeau-app .description-content .container-description p {
  line-height: 1.25;
  margin-left: 60px;
}

#bandeau-app .description-content .container-description:nth-child(2) p {
  margin-bottom: 15px;
}

#bandeau-app .description-content .container-img {
  width: 60px;
  position: absolute;
}

#bandeau-app .description .text-light, #bandeau-app .description .text-semi-bold {
  font-size: 24px;
  color: #66686a !important;
}

#bandeau-app .container-platform-app {
  width: 100%;
  margin-left: -108px;
  padding-left: 123px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#bandeau-app .content-platform-app {
  text-align: center;
}

#bandeau-app .container-platform-app .text-light, #bandeau-app .container-platform-app .text-semi-bold {
  color: #e32422 !important;
  font-size: 23px;
  line-height: 1.25;
  margin: 0;
}

#bandeau-app .content-platform-app img {
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  #bandeau-app .description .text-light, #bandeau-app .description .text-semi-bold {
    font-size: 18px;
  }
  #bandeau-app .container-platform-app .text-light, #bandeau-app .container-platform-app .text-semi-bold {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #bandeau-app .description-content {
    padding-left: 15px;
  }
  
  #bandeau-app .description .text-light, #bandeau-app .description .text-semi-bold {
    font-size: 16px;
  }
  
  #bandeau-app .container-platform-app .text-light, #bandeau-app .container-platform-app .text-semi-bold {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  #bandeau-app .content-app {
    width: 290px;
    margin: 30px auto 0;
  }
}