  #basic-price, #standard-price, #pro-price {
    transition: opacity 0.3s ease-in-out;
  }

  .montserrat {
    font-family: 'montserrat', serif;
  }
  
  @media (max-width: 768px) {
    .section {
      background-image: url('business-man.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
  }