

.top_banner{

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

}

.Knowledge{

  padding: 0rem 10rem;

  text-align: center;

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

  position: relative;

  z-index: 2;

}

.title{

  font-family: Gilroy-Bold;

  /* font-size: 3.6rem; */

	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;

  padding-top: 2rem;

}

.Knowledge .flex div{

  flex: 1;

}

.Knowledge .imgbox{

  flex: unset;

  width: 30rem;

	background-color: #eeeeee;

	border-radius: 2rem;

  

}

.Knowledge .imgbox img{

  width: 100%;

  height: 100%;

  object-fit: cover;

	border-radius: 2rem;

  margin-top: -1rem;

  margin-right: -1.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/ex9.png);

  margin-bottom: 4rem;

  padding: 5rem 10rem;

  margin-top: 4rem;

}

.grid{

  display: flex;

  /* grid-template-columns: repeat(3,1fr);

  gap: 6rem; */

  padding-top: 2rem;

}

/* .grid .item{

} */

.grid .item .center{

  /* width: 7rem;

	height: 7rem; */

  margin: 0 auto;

  border-radius: 50%;

	background-color: #00314f;

}

.grid .item img{

  height: 3rem;

}

.grid .item h3{

  font-family: Gilroy-Bold;

	/* font-size: 2rem; */

  text-align: center;

	font-weight: normal;

	font-stretch: normal;

	/* line-height: 4.5rem; */

	letter-spacing: 0rem;

	color: #00314f;

}

.grid .item p{

  font-family: Gilroy-Medium;

	font-family: Gilroy-Medium;

	/* font-size: 1.1rem; */

  text-align: center;

	font-weight: normal;

	font-stretch: normal;

	/* line-height: 1.5rem; */

	letter-spacing: 0rem;

	color: #00314f;

  margin-top: 1rem;

}

.line{

  margin-top: 2rem;

  width: 100%;

}

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

  .title{

    font-size: 2.0rem;
  
  }

  .Knowledge p{

    font-size: 0.8rem;

    line-height: 1.2rem;
  
  }

  .grid .item .center{

    width: 5.5rem;
  
    height: 5.5rem;
  
  }

  /* .grid .item{
    padding-left: 1rem;
    padding-right: 1rem;
  } */

  .grid .item:nth-child(1){
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .grid .item:nth-child(2){
    width: 50%;
    border-left: 1px solid #9da5aa;
    border-right: 1px solid #9da5aa;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .grid .item:nth-child(3){
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  /* .grid .item h3{
  
    font-size: 1.2rem;
  
  } */

  .grid .item p{

    font-size: 0.8rem;
  
  }

  .grid .item h3{

    line-height: 2rem;

    font-size: 1.5rem;
  
  }

  .grid .item p{


  
  }

}

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

  .grid .item p{
  
    line-height: 1.5rem;
  
  }

  .grid .item h3{

    line-height: 4.5rem;
  
  }

  .grid .item p{

    font-size: 1.3rem;
  
  }

  .grid .item h3{
  
    font-size: 2rem;
  
  }

  .grid .item .center{

    width: 7rem;
  
    height: 7rem;
  
  }

  .Knowledge p{

    font-size: 1.5rem;

    line-height: 2rem;
  
  }

  .title{

    font-size: 3.6rem;
  
  }

  .Knowledge{

    padding: 3rem 2rem;

  }

  .Work{

    padding:4rem 2rem;

  }

  .Knowledge .flex{

    flex-direction: column;

  }

  .Knowledge .imgbox{

    width: 100%;

  }

  .grid{

    display: grid;

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

    gap: 3rem;

    padding-top: 2rem;

  }

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

    padding-top: 0;

  }

}