
.top_banner{

  background-image: url(/images/services.png);

}

.Knowledge{

  padding: 0 10rem;

  text-align: center;

  border-radius: var(--border-radius);

  position: relative;

  z-index: 2;

  margin-bottom: 4rem;

}

.title{

  font-family: Gilroy-Bold;

  /* font-size: 2.4rem; */

	font-weight: normal;

	font-stretch: normal;

	line-height: 2.4rem;

	letter-spacing: 0rem;

	color: #00314f;

  text-align: center;

  padding-bottom: 2rem;

}

 .title text{

  color: #f94d1c;

}

.Knowledge p{

  font-family: Gilroy-Medium;

	/* font-size: 1rem; */

	font-weight: normal;

	font-stretch: normal;

	/* line-height: 1.2rem; */

	letter-spacing: 0rem;

	color: #6c7080;

  /* white-space: pre-line; */

  margin-bottom: 1.5rem;

  margin-top: 1.6rem;

  text-align: start;

}

.Knowledge .flex{

  display: flex;

  gap: 3rem;

}

.Knowledge  .title{

  text-align: start;

  padding-bottom: 1rem;

}

.Knowledge .flex div{

  flex: 1;

}

.Knowledge .flex img{

  height: 19.5rem;

}

.Knowledge h4{

  font-family: Gilroy-Bold;

	font-size: 1.5rem;

	line-height: 2.4rem;

	color: #00314f;

  text-align: start;

}

.Work{

  background-image: url(/images/ex5.png);

  margin-bottom: 4rem;

  padding: 6rem 10rem;

}

.grid{

  display: grid;

  grid-template-columns: repeat(4,1fr);

  gap: 3rem;

  padding-top: 2rem;

  text-align: center;

}

.grid .item .center{

  /* width: 7rem;

	height: 7rem; */

  margin: 0 auto;

  border-radius: 50%;

	background-color: #00314f;

  border: 0.7rem solid white;

}

.grid .item img{

  height: 2.6rem;

}

.grid .item h3{

  font-family: Gilroy-Bold;

	font-size: 1.2rem;

	font-weight: normal;

	font-stretch: normal;

	line-height: 1.4rem;

	letter-spacing: 0rem;

  padding-bottom: 0.5rem;

	color: #00314f;

}

.grid .item p{

  font-family: Gilroy-Medium;

	/* font-size: 0.9rem; */

	font-weight: normal;

	font-stretch: normal;

	line-height: 1.2rem;

	letter-spacing: 0rem;

	color: #6c7080;

}

.line{

  margin-top: 2rem;

  width: 100%;

}

@media screen and (min-width: 960px) {

  .grid .item .center{
    width: 6rem;
  
    height: 6rem;
  
  }

  .title{
  
    font-size: 1.5rem;
  
  }

  .Knowledge p{

    font-size: 0.8rem;

    line-height: 1.2rem;
  
  }

  .grid .item h3{

    font-size: 0.9rem;
  
  }

  .grid .item p{

    font-size: 0.8rem;
  
  }
}

@media screen and (max-width: 960px) {

  .grid .item p{

    font-size: 0.9rem;
  
  }

  .grid .item .center{

    width: 7rem;
  
    height: 7rem;
  
  }

  .grid .item h3{

    font-size: 1.2rem;
  
  }

  .Knowledge p{

    font-size: 1.5rem;

    line-height: 2rem;
  
  }

  .title{
  
    font-size: 2.4rem;
  
  }

  .Knowledge{

    padding: 0 2rem;

  }

  .Work{

    padding:4rem 2rem;

  }

  .Knowledge .flex{

    flex-direction: column;

  }

  .Knowledge .flex img{

    width: 80%;

    height: unset;

  }

  .grid{

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 3rem;

    padding-top: 2rem;

  }

  .grid .item:nth-child(odd){

    padding-top: 0;

  }

}