@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap");

      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Poppins", sans-serif;
      }

      html, body {
        overflow-x: hidden; /* Prevent horizontal scrolling */
        width: 100%; /* Ensure body takes full width */
      }

     .about-us,.our-policy {
        display: flex;
        align-items: center;
        width: 100%;
        background: #fff;
      }



      .about-pic,.policy-pic {
        height: auto;
        width: 500px;
        border-radius: 12px;

      }

      .about-pic,.policy-pic img{
      box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.7);
        
      }

      .policy-pic,.about-pic img{
      box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.7);
        
      }

      .about,.policy,.team {
        width: 1130px;
        max-width: 85%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19);
        padding: 16px;
		background-color: #3592B8;
      }

      .main-text {
        width: 540px;
      }

      .main-text p {
        color: #333;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 1px;
        padding: 12px;
/*        text-align: justify;*/
        background-image: linear-gradient(to right, #12587521, #12587521);
        /*background: url('bg.png') no-repeat 0 50%;*/
		border-radius: 10px 10px;
		color:#fff;
      }


      /*Our Team */

      .column {
        float: left;
        width: 100%;
        margin-bottom: 16px;
        padding: 0 8px;
      }

      .card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        margin: 8px;
      }

      .about-section {
        padding: 50px;
        text-align: center;
        background-color: #474e5d;
        color: white;
      }

      .container {
        padding: 0 16px;
      }

      .container::after, .row::after {
        content: "";
        clear: both;
        display: table;
      }

      .title {
        color: grey;
      }

      .button {
        border: none;
        outline: 0;
        display: inline-block;
        padding: 8px;
        color: white;
        background-color: #DEC124;
        text-align: center;
        cursor: pointer;
        width: 100%;
      }

      .button:hover {
        background-color: #125875;
      }

      .our-team {

      font-size: 32px !important;
      margin-bottom: 30px;

      }

      .card-inner {
      padding: 10px;
      }

      .content-div {
        margin-top: auto;
        background: url('bg.png') no-repeat 50% 10%;
      }

      .img-div{

          display: flex;
          justify-content: center;
          padding: 20px;
		  margin-top:45px;
      }


      @media screen and (max-width: 650px) {
        .column {
          width: 100%;
          display: block;

        }
        .about-pic,.policy-pic {
          display: none;
        }
      }