@media screen and (min-width: 1400px) {
  .background-logo {
    height: 50vh;
    background-color: #fff;
    background-image: url(../img/logo/logo_consulting.webp) !important;
    background-size:auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}
@media screen and (max-width: 1400px) {
  .background-logo {
    height: 50vh;
    background-color: #fff;
    background-image: url(../img/logo/logo_consulting.webp) !important;
    background-size:contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}

.map {
  width: 100%;
  margin: 0;
}

.icon-32 {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .main-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
  }

  .main-text h2 {
    font-weight: bold;
    font-size: 26px;
  }
  .map {
    min-height: 400px;
  }
}

@media screen and (min-width: 768px) {
  .main-text {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
  }

  .main-text h2 {
    font-weight: bold;
    font-size: 40px;
  }
  .map {
    min-height: 600px;
  }
}

@media screen and (max-width: 1024px) {
  .center-1024 {
    text-align: center;
  }
}

@media screen and (min-width: 992px){
  .map {
    border-radius: 0 20px 20px 0;
  }
}

@media screen and (max-width: 992px){
  .map {
    border-radius: 0 0 20px 20px;
  }
}