@media only screen and (max-width: 1400px) {
    .custom-card{
        width:100%; height:243px;
      }
  }
@media only screen and (max-width: 1034px) {
    .fs-72 {
        font-size: 50px;
    }
    .fs-48 {
        font-size: 36px;
    }
    .fs-30 {
        font-size: 20px;
    }
    .fs-20{
        font-size: 16px;
    }
    .polygon{
        display: none;
    }
    .secondary-heading {
        font-size: 35px;
    }
    .dropdown-menu {
        min-width: 25rem !important;
    }
  }
@media only screen and (max-width: 766px) {
    .fs-72 {
        font-size: 36px;
    }
    .fs-48 {
        font-size: 20px;
    }
    .fs-30 {
        font-size: 25px;
    }
    .fs-20 {
        font-size: 13px;
    }
    .accordion-button {
        font-size: 15px;
    }
    .footer-column-sm{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .pricing-input-label-bg {
        width: 50% !important;
        height: 76px;
    }
    input#number {
        width: 100%;
        height: 76px;
    }
  }
@media only screen and (max-width: 448px) {
    .dropdown-menu {
        min-width: 100% !important;
    }
    input#number {
        width: 100%;
        height: 76px;
    }
  }