#about-us {
  width: 100% !important;
  height: 600px;
  background-image: url("../img/img-sotec-about.jpg");
  background-attachment: scroll;  
  background-repeat: no-repeat;  
  background-size: cover;
  margin-bottom: 5%;
  margin-top: 5%
}

.icons-description {
  font-size: 3em;
  padding: 1rem 0 0 7rem;
}

.cards {
  padding: 12% 0 5% 7%;
}

.card-title {
  text-align: center;
}

.card-text {
  text-align: justify !important;
}

.btn-danger {
  background-color: var(--oficial-color);
  margin-left: 4.5rem;
}

#text-history {
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 400;
}

#exampleModalLabel {
  color: black;
}

@media only screen and (max-width: 480px){
  #about-us {
    background-image: url("../img/img-sotec-about-mobile.jpg");
    height: 900px;
  }

  .cards {
    padding: 3px 40px 3px 40px;
    justify-content: space-between;
	margin-left: 0 !impotant;
  }

  .row>* {
    margin-top: calc(var(--bs-gutter-y) * -1);
    padding: 8px;
	margin-left: 0 !important;
  }
}