.only-text {
  line-height: 20.51px;
  font-size: 17.23px;
  color: #000;
  text-align: justify;
}
.contact-btn {
  height: 56px;
  width: 317px;
  background: #72a140;
  font-size: 16.04px;
  line-height: 56px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 18px;
}
.contact-btn:hover {
  color: #fff;
}
@media (max-width: 600px) {
  .ctn {
    text-align: center !important;
  }
  .contact-btn {
    margin: 30px auto;
    max-width: 317px;
    width: auto;
    padding: 0 10px;
  }
}
