.main-content{margin-top:0px;}
.text-white {
  color: #fff;
}
.text-19{
  color: #191919;
}
.text-justify{
  text-align: justify;
}
.text-center{
  text-align: center;
}
.niche-industry-flex {
  display: flex;
  justify-content: space-between;
}
.niche-industry-grid {
  display: grid;
}
.niche-industry-grid-col3{
  grid-template-columns: repeat(3, 1fr);
}
.niche-industry-grid-col4{
  grid-template-columns: repeat(4, 1fr);
}
.bg-green {
  background: #103029;
}
.bg-green2 {
  background: #8fc42e;
}
.niche-industry-item-img {
  width: 22.448vw;
  height: 11.09vw;
}
.niche-industry-item-img-col3 {
  width: 18vw;
  height: 12.8125vw;
}
.w920 {
  width: 48vw;
}
.w1200 {
  width: 62.5vw;
  margin: 0 auto;
}
.py-100 {
  padding-top: 5.2vw;
  padding-bottom: 5.2vw;
}
.mt50 {
  margin-top: 2.6vw;
}
.mt70 {
  margin-top: 3.645vw;
}
.mt100{
  margin-top: 5.2vw;
}
.mt120 {
  margin-top: 6.25vw;
}
.gap-80 {
  gap: 4.167vw;
}
.text-center {
  text-align: center;
}
.w-full-img {
  width: 100%;
  height: auto;
}
.niche-industry-normal-text {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.24vw;
}

.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.niche-industry-desc {
  width: 100%;
  padding: 6.25vw 0 5.2vw 0;
  background-color: f4f9f8;
}
.niche-industry-title {
  font-size: 2.4vw;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
}
.niche-industry-desc-content {
  display: flex;
  margin-top: 3.54vw;
}
.niche-industry-desc-content-img {
  width: 58vw;
  height: 22.8125vw;
  border-bottom-right-radius: 7.8125vw;
  margin-right: 2.5vw;
  object-fit: cover;
}
.niche-industry-desc-content-text {
  width: 33.85vw;
  color: #191919;
  font-size: 1.198vw;
  font-weight: 400;
  line-height: 2.188vw;
  text-align: justify;
  position: relative;
  margin-top: -0.5vw;
}

.niche-industry-sub-title {
  font-size: 1.25vw;
  font-weight: 500;
}
.niche-industry-sub-text {
  font-size: 0.8333vw;
  font-weight: 300;
  margin-top: 1.5625vw;
}
@media screen and (max-width:1024px){
.niche-industry-title{
font-size:18px !important;
}
.niche-industry-desc-content{
flex-wrap:wrap;
padding:0 30px !important;
}
.niche-industry-desc-content-img{
width:100%;
height:auto;
border-bottom-right-radius:0 !important;
}
.niche-industry-desc-content-text{
width:100% !important;
font-size:16px !important;
line-height:1.6 !important;
margin-top:15px !important;
}
.niche-industry-flex{
flex-wrap:wrap !important;
width:100%;
padding:0 15px ;
}
.niche-industry-item-img{
width:48% !important;
height:auto !important;
}
.bg-green{
padding:30px 0 !important;
}
.niche-industry-text-item{
width:100% !important;
margin-top: 15px;
}
.niche-industry-flex{
margin-top: 25px;
}
.niche-industry-sub-title{
font-size:16px !important;
font-weight:bold;
}
.niche-industry-sub-text{
font-size:16px !important;
}

.niche-industry-normal-text{
width:100%;
padding:0 30px !important;
font-size:16px !important;
line-height:1.7 !important;
text-align: justify;
}
.niche-industry-grid{
flex-wrap:wrap !important;
display:flex;
display:none !important;
}
.niche-industry-item-img-col3{
width:100% !important;
height:auto !important;
margin-bottom:15px !important;
}
.w1200{
width:100% !important;
}
.bg-green2{
padding:30px 0 !important;
}
.w1200.mt70{
padding:0 30px !important;
margin-top:30px !important;
}
.niche-industry-flex{
display:none !important;
}


}
