body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

@media screen and (max-width: 767px) {
        #img_usain {
            width: 100%!important;
            max-width: 300px!important;
        }
        #pret h1 {
            font-size: 1.4em!important;
          
        }
        #services_pricing{
            font-size: larger!important;
        }

        body > div.container-fluid.py-3 > div.container.w-75 {
            width: 100% !important;
        }

    }

