

.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{

  text-align: center;

  font-family: Gilroy-Bold;

	/* font-size: 2.4rem; */

	font-weight: normal;

	font-stretch: normal;

	line-height: 2.4rem;

	letter-spacing: 0rem;

	color: #00314f;

}

 .title text{

  color: #f94d1c;

}

.Knowledge .title{

  text-align: start;

}

.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 .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{

  margin-bottom: 4rem;

  padding: 0 10rem;

}

.grid{

  display: grid;

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

  gap: 3rem;

  padding-top: 2rem;

}

.grid .item{

  display: flex;

  gap: 2rem;

  height: 17rem;

	background-image: linear-gradient(90deg, 

		#7a9cb2 0%, 

		#00314f 100%), 

	linear-gradient(

		#00436d, 

		#00436d);

	background-blend-mode: normal, 

		normal;

	border-radius: 2rem;

  padding: 2rem;

  margin-bottom: 8rem;

}

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

	background-image: linear-gradient(-90deg, 

		#7a9cb2 0%, 

		#00314f 100%), 

	linear-gradient(

		#00436d, 

		#00436d);

  flex-direction: row-reverse;

}

.grid .item>div{

  flex: 1;

}

.grid .item img{

  flex: unset;

  position: relative;

  height: 20rem;

  width: 28rem;

	background-color: #000000;

	border-radius: 2rem;

}

.grid .item h3{

  font-family: Gilroy-Bold;

	/* font-size: 1.8rem; */

	font-weight: normal;

	font-stretch: normal;

	line-height: 2.4rem;

	letter-spacing: 0rem;

	color: #ffffff;

}

.grid .item p{

  font-family: Gilroy-Medium;

	/* font-size: 1rem; */

	font-weight: normal;

	font-stretch: normal;

	line-height: 1.2rem;

	letter-spacing: 0rem;

	color: #ffffff;

}

.line{

  margin-top: 2rem;

  width: 100%;

}

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

  .grid .item p{
  
    font-size: 0.8rem;
  
  }

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

  .Knowledge p{

    font-size: 0.8rem;
  
  }

  .title{
  
    font-size: 1.4rem;
  
  }

}

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

  .grid .item p{
  
    font-size: 1rem;
  
  }

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

  .Knowledge p{

    font-size: 1rem;
  
  }

  .title{
  
    font-size: 2.4rem;
  
  }

  .Knowledge{

    padding: 0 2rem;

  }

  .Work{

    padding:0 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{

    flex-direction: column;

    height: unset;

    margin-bottom: 0;

  }

  .grid .item img{

    height: unset;

    width: 100%;

  }

  .grid .item:nth-child(even){
    flex-direction: column-reverse;
  }

  .grid .item h3{

    margin-top: 0;

  }

}