.shared_text_content .tag_primary {
  display: inline-flex;
  gap: 1rem;
  background-color: #ff6f00 ! important;
  border: 1px solid #ff6f00 ! important;
  margin-bottom: 0.5rem;
  padding: 0.3rem 1rem;
  border-radius: 5px;
  align-items: center;
}
.shared_text_content .tag_primary .tag_icon {
  background-color: #fff;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shared_text_content .tag_primary .tag_icon i {
  color: #ff6f00 ! important;
}
.shared_text_content .tag_primary .tag_desc {
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
}
.shared_text_content .title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 1rem;
}
.shared_text_content .title .outed {
  border: 2px solid #ff6f00 ! important;
  padding: 0.2rem 0.4rem;
  border-radius: 50px;
  margin: 0rem 0.3rem;
  background-color: rgb(255, 255, 255);
  color: #ff6f00 ! important;
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
}
.shared_text_content .shared_text {
  color: #fff;
  margin-bottom: 1rem;
}

.background-gray {
  background-color: #f9f9f9;
  padding: 6rem 0;
  margin-bottom: 2rem;
}

.line {
  background-image: url(../../images/about/Vector\ 2.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 8rem;
  margin: 3rem 0rem;
  overflow: hidden;
}

@media (max-width: 993px) {
  .tag {
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .title {
    text-align: center;
  }
  .shared_text {
    text-align: center;
  }
}
.contact_main {
  padding: 2rem 1rem;
  margin: 0rem 0rem;
}
.contact_main .container {
  border: 2px solid #f5f5f5;
  border-radius: 1rem;
  box-shadow: 0px 2px 7px -5px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  background-color: rgb(255, 255, 255);
}

.contact_map {
  padding: 1rem 0rem;
}
.contact_map_container {
  height: 100%;
  border: 2px solid #f5f5f5;
  border-radius: 1rem;
  box-shadow: 0px 2px 7px -5px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.contact_map_container iframe {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
}
.contact_map_content {
  height: 100%;
  border: 2px solid #f5f5f5;
  border-radius: 1rem;
  box-shadow: 0px 2px 7px -5px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.contact_map_content_phone {
  font-weight: 600;
  font-size: 1.2em;
  color: #ffffff ! important;
}/*# sourceMappingURL=contact.css.map */