.about {
  display: flex;
}

.about__body {
  margin-top: 30px;
}
.about__info-main {
  width: 50%;
}

.about__info-body {
  width: 50%;
}

.about__info_box {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.about__info_title {
  font-size: 20px;
}

.about-container {
  display: flex;
  align-items: center;
}

.about-container > div {
  width: 50%;
}

.map {
  display: flex;
  gap: 20px;
  align-items: center;
}

.map__iframe {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.map-box {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fdfdfd;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 12px;
}

.map__info_icon {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #14183e;
  color: #ffb10a;
}

.map__info_desc {
  font-size: 20px;
  color: #14183e;
  font-weight: 600;
}

.map-box-location {
  text-align: center;
  grid-column: 1/3;
}

.map-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: center;
}

.about-container {
  flex-direction: column;
}

.about-container > div {
  width: 100%;
}

.map {
  display: flex;
  flex-direction: column;
}
.map > div {
  width: 100%;
}
.map-container {
  display: flex;
  flex-direction: column;
}

.map-container > div {
  width: 100%;
}

.about__body_desc {
  font-size: 1rem;
  text-align: center;
}

.btn-box {
    display: flex;
    justify-content: center;
}





@media (min-width: 992px) {
  .about__info_box {
    margin-top: 20px;
  }
  .about-container {
    flex-direction: row;
  }
  .map {
    flex-direction: row;
  }

  .map > div {
    width: 50%;
    align-items: center;
    height: 100%;
    align-items: stretch;
  }

  .about__body_desc {
    font-size: 1.3rem;
  }
  .about__body_desc {
    text-align: start;
    padding-left: 10px;
  }
  
  .btn-box {
      display: flex;
      justify-content: start;
      margin-left: 10px;
  }
}
