/* ALFAVET RATOLOG CLEAN LAYOUT V1 */

.avrat-page .avrat-cta h2 {
  color: #fff !important;
  text-align: left !important;
}

.avrat-page .avrat-cta > div:first-of-type {
  max-width: 720px;
}

.avrat-page .avrat-cta .avrat-actions {
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.avrat-page .avrat-cta .avrat-btn {
  min-width: 172px;
}

@media (max-width: 900px) {
  .avrat-page .avrat-cta .avrat-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  .avrat-page .avrat-cta .avrat-actions,
  .avrat-page .avrat-cta .avrat-btn {
    width: 100%;
  }
}
