@media (min-width: 768px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 23px;
    }

    h6 {
        font-size: 20px;
    }

    .product-cta-block .content {
        width: calc(100% - 380px);
        padding-right: 10px;
    }

    .product-cta-block a {
        float: right;
        padding: 17px 30px 15px 29px;
        margin-left: 15px;
    }

    .product-cta-block a:last-child {
        margin-left: 0;
    }
    .get-started h3 {
      font-size: 23px;
    }
    .get-started a.right {
      float: right;
    }
    .content-with-image p {
      font-size: 18px;
    }
}


@media (min-width: 992px) {

    .btn,
    .red-btn,
    .grey-btn,
    .grey-btn-reverse,
    .blue-btn,
    .black-btn,
    .pink-btn,
    .orange-btn,
    .white-btn,
    .cornflower-blue-btn,
    .red-white-btn,
    .transparent-btn,
    .transparent-white-btn {
        padding: 15px 30px;
        font-size: 18px;
    }

    .with-icon:after {
        width: 19px;
        height: 19px;
        margin-left: 8px;
    }

    .violator-block h3 {
        margin-bottom: 0;
    }

    .product-cta-block.row-block,
    .product-cta-block .row-block,
    .violator-block .row-block {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .product-cta-block h6 {
        float: left;
        width: auto;
        font-size: 20px;
        line-height: 24px;
        padding-right: 20px;
        text-align: left;
        font-weight: 400;
        text-decoration: none;
    }


    .product-cta-block .row-block:not(.multi-button) h6 {
        width: 80%;

    }

    .product-cta-block .button {
        margin-top: 0px;
    }

    .product-cta-block .row-block:not(.multi-button) .button {
        max-width: 28%;
        text-align: right;
    }

    .page-template-cloud .product-cta-block .button {
        max-width: 100% !important;
    }

    .product-cta-block .button a:last-child {
        margin-left: 10px;
        margin-right: 0;
    }
    .get-started .row-block {
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
    }
    .get-started h3 {
      text-align: left;
      margin-bottom: 0;
      font-size: 26px;
    }
}
  
@media (min-width: 1024px) {
    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 22px;
    }

    p {
        font-size: 16px;
    }
}

@media (min-width: 1241px) {
    h1 {
        font-size: 47px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 34px;
    }

    h4 {
        font-size: 30px;
    }

    h5 {
        font-size: 26px;
    }

    h6 {
        font-size: 24px;
    }
    .get-started h3 {
      font-size: 34px;
    }
}