body {
    background-color: white;
  }

    .note {
    width: 100%;
    background-color: #EBECF0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
	color: black;
  }
    .xyz .note p {
    text-align: center;
	font-size: 15px;
}

  .top_image img {
    width: 100%;
  }

  .main-heading {
    text-align: center;
    color: black;
    font-size: 30px;
    margin-top: 20px;
	font-weight: bold;
  }


  .bullets {
    width: 100%;
    max-width: 600px;
  }

  .bullets ul {
    list-style-type: disc;
    padding-left: 20px;
	margin-left: 10%;
  }

  .paragraphs {
    margin-top: 30px;
  }

  .paragraphs h3 {
    text-align: center;
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
	text-decoration: none;
  }

  .paragraphs p {
    text-align: center;
    color: black;
    font-size: 16px;
    margin-bottom: 20px;
	
  }

  .container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .left_text,
  .right_text
   {
    width: 100%;
    max-width: 600px;
  }

  .left_text h3,
  .right_text h3 {
    text-align: left;
    margin-bottom: 10px;
	margin-top: 20%;
  }

  .block_text p {
    text-align: justify;
    margin-bottom: 20px;
	margin-top: 20px;
  }


  @media only screen and (min-width: 768px) {




    .bullets {
      width: 50%;
    }

    .left_text,
    .right_text {
      width: 50%;
    }

    
    .container1 {
      justify-content: space-between;
    }

  

  }
