.service-img {
  width: 100%;
}

.prodig {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.prodig h1 {
  font-weight: 800;
}

.prodig p {
  font-size: 20px;
}

.prodig h2 {
  font-size: 26px;
  font-weight: bold;
}

.section {
  margin: 50px 0;
}

.prodig-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.circle-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.circle {
  background-color: #3a6d3a;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin: 0 10px;
}

.caution {
  font-size: 14px !important;
  line-height: 1.4;
  margin: 0px 0px 40px 10px;
}

.studio {
  display: flex;
}

.studio li {
  background-color: #e6e6e6;
  margin: 5px;
  padding: 5px 10px;
  font-size: 16px;
}

.btn {
  display: inline-block;
  padding: 15px 50px;
  margin: 20px 10px 10px;
  background-color: #3a6d3a;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-size: 16px;
}

.btn:hover {
  background-color: #2a4d2a;
}

@media only screen and (max-width: 768px) {
  .prodig h1 {
    border-bottom: 1px solid #eee;
  }
  .prodig p {
    font-size: 16px;
  }
  .prodig h2 {
    font-size: 18px;
    font-weight: bold;
  }
  .prodig-container {
    padding: 10px 10px 0;
  }
}
