@charset "UTF-8";
.single {
  background: url("../images/company-bg.png");
  background-size: 50%;
}
.single header {
  background: none;
}
.single .single-content {
  padding: 0 20px;
}
.single .single-content h1 {
  max-width: 580px;
  margin: 30px auto;
  transition: all .3s ease-in-out;
}
.single .single-content h1:hover{
  filter: drop-shadow(0 3px 5px #492e13);
}
.single .single-content .inner {
  max-width: 850px;
  background: #fff;
  border: 10px solid #f2e426;
  border-radius: 20px;
  padding: 60px 50px;
  margin-bottom: 100px;
}
.single .special-heading {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.single .special-heading span {
  display: flex;
  align-items: center;
}
.single .special-heading img {
  max-width: 70px;
  margin-right: 20px;
}
.single .company-title {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin-bottom: 40px;
  transition: .3s;
}
.single .company-title:hover {
  color: #f68500;
}
.single .company-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.single .content-group__list,
.wpgmza_map.wpgmza-initialized.wpgmza-auto-left.wpgmza-viewport-small {
  width: calc( 100% / 2 - 20px) !important;
}
.single .content-group__list-text .text-wrap {
  border-bottom: 1px dashed #e7e7e7;
  margin-bottom: 20px;
  padding: 0 0 5px 0;
  text-align: left;
}
.single .content-group__list-text .def-term {
  color: #2795b5;
}
.single .text-wrap.message {
  margin-bottom: 30px;
}
.single .content-group__list-text .def-desc,
.single .text-wrap.message .def-desc {
  font-size: 1.4rem;
}
.single .text-wrap.message .def-term {
  font-size: 2rem;
  color: #2795b5;
  text-align: center;
  margin-bottom: 10px;
}
.single .text-wrap.message .def-desc {
  width: fit-content;
  margin: 0 auto;
  white-space: pre-wrap;
}
.single .com_btn {
  width: calc((100% - 30px) / 3);
  max-width: 140px;
  margin: 0 auto;
  transition: .3s;
  cursor: pointer;
  display: block;
}
.single .com_btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .single {
    background-size: 80%;
  }
  .single .single-content .inner {
    padding: 40px 10px;
    border: 7px solid #f2e426;
  }
  .single .special-heading {
    font-size: 1.6rem;
    margin-bottom: 5px;
}
  .single .special-heading img {
    max-width: 50px;
    margin-right: 15px;
  }
  .single .company-content {
    display: block;
  }
  .single .company-title {
    margin: 10px 0;
  }
  .single .content-group__list,
  .wpgmza_map.wpgmza-initialized.wpgmza-auto-left.wpgmza-viewport-small {
    width: 100% !important;
  }
}