.header-secondary-services {
    height: 60vh;
    width: 100%;
    background-image: url(../assets/img/portadaserv_3-small.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
.services-main{
    overflow: hidden;
}
.services-title {
  display: inline-block;
	padding: 0.2rem 1rem;
	background-color: #f2733b;
	color: white;
}
.service-item-sec {
    will-change: transform;
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;

  }
  .service-item__title{
    width: 100%;
    display: flex;
    align-items: center;
  }
  .service-item-sec .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 90px;
    min-height: 90px;
    border-radius: 50%;
    background-color: white;
  }
  .service-item-sec .icon img {
    width: 80px;
  }
  .service-item-sec .title {
    display: inline;
    width: 100%;
    height: fit-content;
    margin: 0;
    padding: 0.4rem 1rem;
    border-top: 1px solid #2157db;
    border-bottom: 1px solid #2157db;
  }
  .service-item-sec .section-text {
    display: block;
    color: var(--ac-orange);
  }
  .service-item-sec .section-text:hover {
    color: #2157db;
  }
.item-description-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* width: 240px; */
    padding: 1rem 1rem 0 0.5rem;
}
.item-description {
    font-size: 0.8rem;
    margin-bottom: 0;
 }
.bg-impact{
  color: white;
  background-image: url(../assets/img/about-img-1-small.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
}
