.infrastructure-text-box {
    text-align:  center;
    font-family: "Roboto", sans-serif;
    margin:      4rem 0;
  }

.infrastructure-text-box h1 {
    font-size:   2rem;
    font-weight: bold;
    line-height: 2.5rem;
    padding:     0 2rem 0 2rem;
}
 
.infrastructure-text-box ul {
    list-style:   none;
    padding: 0 2rem 0 2rem;
}

@media (max-width: 500px) {
  .infrastructure-text-box {
    text-align: left; 
  }
  .infrastructure-text-box .infrastructure-image {
    padding: 0 2rem 0 2rem;
  }
}

/* Szolgáltatások lapon található képekre vonatkozik */

.infrastructure-text-box img {
  height: 50px;
  margin: 0 2.5rem 1.5rem 0;
}

.partners-logo-box {
  padding: 2rem;
}

@media (max-width: 350px) {
  .infrastructure-text-box img {
    height: 40px;
  }
}

/* */

.infrastructure-text-box .infrastructure-image {
  width:  40%;
  height: 40%;
  margin: 0 auto 1.5rem;
}

@media (max-width: 500px) {
  .infrastructure-text-box .infrastructure-image {
    width:  50%;
    height: 50%;
  }
}