.only-text .title h3 {
  text-align: center;
  font-size: 40rem;
  font-weight: 600; }
.only-text .buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap; }
  .only-text .buttons a {
    margin: 5px; }

@media (max-width: 575.5px) {
  .only-text .title {
    padding-bottom: 10px;
    padding-top: 5px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .only-text .title {
    padding-bottom: 15px;
    padding-top: 5px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .only-text .title {
    padding-bottom: 20px;
    padding-top: 5px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .only-text .title {
    padding-bottom: 30px;
    padding-top: 5px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .only-text .title {
    padding-bottom: 40px;
    padding-top: 5px; } }
@media (min-width: 1580px) {
  .only-text .title {
    padding-bottom: 50px;
    padding-top: 5px; } }

/*# sourceMappingURL=only_text.css.map */
