

.top_banner{

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

}

.Knowledge{

  padding: 4rem 11rem;

  text-align: center;

  background-color: #f4f5f6;

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

  position: relative;

  z-index: 2;

}

.Knowledge .title{

  font-family: Gilroy-Bold;

  font-size: 2.6rem;

	font-weight: normal;

	font-stretch: normal;

	line-height: 2.4rem;

	letter-spacing: 0rem;

	color: #00314f;

  text-align: center;

}

.Knowledge .title text{

  color: #f94d1c;

}

.Knowledge .article{

  font-family: Gilroy-Medium;

	font-size: 0.85rem;

	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;

  /* margin-left: 5rem; */

}

.Knowledge .ser3{

  height: 5rem;

}

.grid-box{

  margin-top:-6rem;

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

  background-size:100% 120%;

  background-position:0 -6rem;

  padding: 6rem 8rem;

  padding-top: 10rem;

  margin-bottom: 4rem;

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

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

}

.grid-box h3{

  font-family: Gilroy-Bold;

	font-size: 2.4rem;

	font-weight: normal;

	font-stretch: normal;

	line-height: 2.4rem;

	letter-spacing: 0rem;

	color: #ffffff;

  text-align: center;

  padding-bottom: 4rem;

}

.grid{

  display: grid;

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

  gap: 2.5rem;

}

.grid .item{

  background-color: #f4f5f6;

	border-radius: 2rem;

  position: relative;

  padding: 2rem;

}

.grid .item big{

  height: 3rem;

}

.big{
  height: 3rem;
}

.grid h4{

  font-family: Gilroy-Bold;

	/* font-size: 1.2rem; */

	font-weight: normal;

	font-stretch: normal;

	line-height: 1.2rem;

	letter-spacing: 0rem;

	color: #00314f;

}

.grid .content{

  padding-top: 0;

  position: relative;

}

.grid .content .arrow1{

  position: absolute;

  top: 30%;

  right: -4rem;

  width: 2.7rem;

}

.grid .content .arrow2{

  position: absolute;

  top: 40%;

  right: -4rem;

  width: 2.7rem;

}

.grid .content .arrow3{

  position: absolute;

  top: 32%;

  right: -4rem;

  width: 2.7rem;

}

.grid p{

  font-family: Gilroy-Medium;

	/* font-size: 1rem; */

	font-weight: normal;

	font-stretch: normal;

	line-height: 1.2rem;

	letter-spacing: 0rem;

	color: #6c7080;

}

.grid .index{

  width: 3rem;

  height: 3rem;

	background-color: #00314f;

  font-family: Gilroy-Bold;

	font-size: 1.5rem;

	color: #ffffff;

  display: flex;

  align-items: center;

  justify-content: center;

  border-top-left-radius: 2rem;

  border-bottom-right-radius: 2rem;

}

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

    font-size: 0.8rem;

  }

  .grid h4{
  
    font-size: 1rem;
  
  }

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

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

  .Knowledge{

    padding: 3rem 2rem;

  }

  .grid h4{
  
    font-size: 1.2rem;
  
  }

  .grid-box{

    padding:  4rem 2rem;

    padding-top: 6rem;

    background-position: center;

    background-size: cover;

  }

  .grid{

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

    margin: 0;

  }

  .grid .content .arrow{

    position: absolute;

    top:unset;

    bottom: -6rem;

    right:50%;

    width: 2.7rem;

    transform: rotate(90deg);

  }

  .Knowledge .article{

    font-size: 1.2rem;

    margin-left: 0rem;

  }

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

}