.sectionContact__inner {
  height: 530px;
}

/* .sectionContact__map {
  background-color: #eaf3fe;
  -webkit-background-size: cover;
  background-size: cover;
} */

.sectionContact__mobileMap {
  padding: 0 15px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.sectionContact__MapAddress {
  width: 350px;
  padding: 20px 25px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 3px 17px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 3px 17px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.sectionContact__MapTitle {
  font-size: 24px;
  font-weight: normal;
  color: #042c47;
  margin-bottom: 0;
}

.sectionContact__MapTitle .bold{
	font-weight: bold;
}

.sectionContact__addressText {
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 0;
}

.sectionContact__country {
  font-weight: 500;
}
/* 
.sectionContact__question {
  position: absolute;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  -webkit-transform: translate(-50%, -50px);
  -ms-transform: translate(-50%, -50px);
  transform: translate(-50%, -50px);
  left: 50%;
  padding: 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
}

.sectionContact__questionText {
  font-size: 24px;
  white-space: nowrap;
  margin-bottom: 0;
}

.sectionContact__questionText a {
  font-weight: 500;
  text-decoration: none;
} */

@media screen and (max-width: 992px) {
  .sectionContact__inner {
    display: none;
  }

  .sectionContact__mobileMap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
