
div#section07 {
  background: url('../../images/backgrounds/pricing/Pricing Background.jpg');
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
div#section07 div p {
  font-size: 48px;
  margin-bottom: 100px;
  /*font-weight: bold;*/
  color: #1C232D;
}
div#section07 div a {
  background-color: #52C556;
  color: white;
  width: 280px;
  height: 35px;
  margin: auto;
  line-height: 3px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bolder;
  padding: 30px;
  text-decoration: none;
  display: block;
}

div#section07 div a:hover {
  text-decoration: none;
}

@media (max-width: 1024px) {
  div#section07 div p {
    font-size: 30px;
  }
}

@media (max-width: 960px) {
  div#section07 div p {
    font-size: 30px;
  }
}


@media (max-width: 480px) {
  div#section07 div a {
    font-size: 18px;
  }
}