@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

section[data-cattype="83002"].wrapper_middle {
	padding: 100px 30px 60px 30px;
}

section[data-cattype="83002"] ul.listImage li,
section[data-cattype="83002"] ul.listImage li .wrapper_image{
    width: 150px;
    height: 112px;
    border: none;
}
section[data-cattype="83002"] ul.listImage li{  margin: 10px;}

section[data-cattype="83002"] .row {
    display: flex;
    align-items: center; /* Vertical center alignment */
  }

section[data-cattype="83002"] .title {
	font-size: 300px;
	font-family: 'Roboto';
	font-weight: bold;
	color: #f6f6f6;
	margin-right: -500px;
	margin-left: -500px;
	/* margin-bottom: -210px; */
	/* margin-top: -20px; */
	position: absolute;
	z-index: -1;
	top: 0;
}

section[data-cattype="83002"] #titleColumn{
    text-align: justify;
    margin-left: 50px;
    margin-right: 50px;
}

section[data-cattype="83002"] .whoweare {
    font-size: 50px;
    font-family: 'Roboto';
    text-transform: capitalize;
    margin-top: -10px;
  }



section[data-cattype="83002"]  p {
    font-family: 'Montserrat';
  }

section[data-cattype="83002"]  img {
    border-radius: 30px;
  }

section[data-cattype="83002"]  #numbercounter {
    margin-top: 30px;
    padding: 0px 90px;
    margin-left: -330px;
  }

section[data-cattype="83002"] .counter {
    font-size: 68px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #0D836D;
    margin-bottom: -12px;
  }

@media only screen and (max-width: 1440px) and (min-width: 1200px) {

	section[data-cattype="83002"] iframe {
	height: 350px;
	}

}


  @media (max-width: 1400px) {
   section[data-cattype="83002"] .title {
	font-size: 200px;
	margin-bottom: -147px;
	/* margin-top: -74px; */
}
    section[data-cattype="83002"] .whoweare {
    font-size: 38px;
    }
    section[data-cattype="83002"] p {
      font-size: 14px;
    }
    section[data-cattype="83002"] .custom-button {
      font-size: 14px;
    }
    section[data-cattype="83002"] .counter {
      font-size: 50px;
    }
    section[data-cattype="83002"] .description {
      font-size: 14px;
    }
  
  }

  @media (max-width: 576px) {
    section[data-cattype="83002"] .title {
      font-size: 200px; /* Adjust font size for mobile */
      margin-top: -81px;
    }
    section[data-cattype="83002"] img {
      margin-top: -315px;
      padding: 20px 20px;
    }
    section[data-cattype="83002"] .whoweare {
   
      margin-top: -38px;
      margin-left: 182px;
      text-align: center;
    }
    section[data-cattype="83002"] p {
      margin-left: 113px;
      margin-right: -73px;
      font-size: 14px;
    }
    section[data-cattype="83002"] .custom-button {
      margin-left: 70px;
      font-size: 14px;
      width: 55%;
    }
    section[data-cattype="83002"] #WhoWeAre {
      margin-top: -105px;
    }
    section[data-cattype="83002"] #numbercounter {
      padding: 0px 20px;
      margin-left: -117px;
    }
    section[data-cattype="83002"] .counter {
      font-size: 38px;
      font-family: 'Roboto';
    }
    section[data-cattype="83002"] .description {
      font-size: 12px;
    }
	section[data-cattype="83002"] iframe {
	height: 200px;
	}
	section[data-cattype="83002"].wrapper_middle {
	padding: 20px;
	}

	section[data-cattype="83002"] p {
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	}

	section[data-cattype="83002"] .whoweare {
	margin-top: auto;
	margin-left: auto;
	text-align: center;
	}

	section[data-cattype="83002"] .row {
	display: block;
	}

	section[data-cattype="83002"] #titleColumn {
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}


section[data-cattype="83002"].wrapper_middle {
	padding: 30px 20px;
}


  }

