

/*** END MISSION SECTION ***/

.mission-section {
  position: relative;
  padding-bottom: 5rem;
  overflow: hidden;
}

.mission-section:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: url("/assets/img/hands-murales.jpg") top center no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .mission-section .icon-blue-cards-carousel {
    margin-bottom: 4rem;
  }
  .mission-section .icon-blue-cards-carousel .icon-blue-card {
    margin-top: 0;
  }
}

/*** END MISSION SECTION ***/



/***** HERO *****/

.hero .account-box {
  width: 350px;
  max-width: 100%;
  margin-left: auto;
  text-align: left;
}

.hero .account-box .arrow {
  position: absolute;
  right: 20px;
  bottom: 36px;
}

.hero .account-box .account-title {
  padding-right: 50px;
}

.hero .account-box .account-title {
  text-align: left;
}

/*** END HERO ***/




/***** TEAM *****/

.cda-items {
  margin: 0 -15px;
  flex-wrap: wrap;
}

.cda-items .team-item {
  flex: 0 0 20%;
  padding: 0 15px;
}

.team-card .card-content ul {
  padding-left: 18px;
}

.team-card .card-title {
  min-height: 90px;
  line-height: 1.35;
}

.team-card {
  padding: 2rem 1.5rem;
}

@media screen and (max-width: 1200px) {
  .cda-items .team-item {
    flex: 0 0 25%;
  }
}

@media screen and (max-width: 991px) {
  .team-card .card-title {
    min-height: 75px;
  }
}

@media screen and (max-width: 768px) {
  .cda-items .team-item {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 420px) {
  .team-card {
    padding: 1rem;
  }
  .cda-items .team-item {
    flex: 0 0 50%;
  }
}

/*** END TEAM ***/
