.poolMeister {
  background: linear-gradient(90deg, rgb(76 195 207) 0%, rgba(8, 144, 210, 1) 100%);
  max-width: 1200px;
  margin: 40px auto 80px;
  padding: 30px;
  text-align: left;
  width: 90%;
}

.poolMeister_inner {
  background-color: #fff;
  padding: 50px 30px 60px;
}

.poolMeister_head {
  color: #01aabb;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 30px;
  text-align: center;
}

.poolMeister_text {
  border: 2px dashed #01aabb;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.poolMeister_logo {
  display: block;
  margin: 30px auto 0;
}

.poolMeister_logo picture {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}

.poolMeister_link {
  display: flex;
  justify-content: center;
}

.poolMeister_link a {
  background-color: #096bc1;
  border-radius: 10px;
  display: inline-block;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 10px 40px;
}

.poolMeister_link a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: inline-block;
  height: 10px;
  margin: auto;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 3%;
  width: 10px;
}

.good-design-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f2f2f2;
  gap: 14px;
  margin: 0 auto 20px;
  width: 50%;
  padding: 14px 18px;
  max-width: 340px;
  border-radius: 6px;
}

.good-design-wrap p {
  font-weight: 600;
  font-size: 0.8em;
  line-height: 1.3 !important;
  margin-bottom: 0 !important;
}

.good-design {
  display: block;
  width: 30%;
  max-width: 67 !important;
}

@media screen and (max-width: 768px) {
  .poolMeister {
    margin: 40px auto 60px;
    padding: 14px;
  }

  .poolMeister_inner {
    padding: 40px 16px 50px;
  }

  .poolMeister_head {
    font-size: 24px;
    margin: 0 0 20px;
  }

  .poolMeister_text {
    font-size: 16px;
    padding: 16px;
    max-width: 475px;
    text-align: justify;
  }

  .poolMeister_link a {
    font-size: 12px;
    padding: 10px 27px;
  }

  .good-design-wrap {
    width: 100%;
  }
}
