@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');

body {
    background: #f0f8ff;
  }
  .text-custom {
    color: #ffcc00 !important;
  }
  .acontent {
    font-size: 25px;
    /* margin-top: 50px; */
    width: 100%;
  }
  /* 765 990 */
  @media (min-width: 768px) and (max-width: 991px) {
  
      .acontent {
          font-size: 25px;
          margin-top: 80px;
          width: 100%;
        }
  }