@import url(../../root.css);
.contact-section .title {
  width: 100%;
  text-align: center;
  padding: 57.5px 249px 66px 250px;
  line-height: 1.2;
  letter-spacing: normal;
  margin: auto;
  margin-top: 50px;
}

.contact-section .title h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 3rem;
}

.contact-section .contact-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.contact-section .contact-container .contact-data {
  display: flex; 
  flex-direction: column;
  width: 30%;
}
.contact-container .contact-data h1 {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--genex-first-color);
  padding-bottom: 70px;
}

.contact-container .contact-data .infos {
  display: flex;
}

.contact-container .contact-data .infos .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-container .contact-data .infos .info-company {
  width: 80px;
  height: 80px;
  background-color: #0f3d89;
  padding: 17px 18px 19px 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-container .contact-data .infos .info span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #003460;
  margin: 17px 0 18.5px 0;
}
.contact-container .contact-data .line {
  width: 100%;
  height: 1px;
  background-color: #7070702e;
}

.contact-container .contact-data h2 {
  font-size: 1rem;
  font-weight: 800;
  list-style: none;
  color: #0f3d89;
  line-height: 4;
}

.contact-container .contact-data ul {
  width: 65%;
}

.contact-container .contact-data ul li {
  font-size: 1rem;
  font-weight: 400;
  list-style: none;
  color: #263440;
  line-height: 2;
}

.contact-container .contact-data a {
  color: #0f3d89;
  width: 10px;
  line-height: 2;
}

.contact-section .contact-container .contact-map {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-container .contact-map iframe {
  width: 812px;
  height: 478px;
  background-color: rgb(26, 91, 117);
  margin-top: 40px;
}
