.countactus {
  max-width: 1400px;
  margin-top: 10px;
  background-image: url(/asset/image/countactus-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 39px;
  margin: 20px auto;
}
.countact-form-mask {
  border-radius: 39px;
  background: rgba(160, 201, 235, 0.43);
  backdrop-filter: blur(2px);
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.countact-text-side {
  display: flex;
  flex-direction: column;
}
.countact-text-side h1 {
  font-size: 18px;
  color: #172033;
  text-decoration-line: underline;
  text-decoration: underline;
}
.countact-text-side img {
  mix-blend-mode: multiply;
}
.countact-text-side p {
  font-size: 18px;
  margin-top: 20px;
  color: #172033;
}
.map-side iframe {
  border-radius: 29px;
}
@media screen and (max-width: 1137px) {
  .countact-form-mask {
    justify-content: center;
  }
  .countact-text-side {
    width: 100%;
  }
}
