

.top_banner{

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

}

.employees{

  padding: 0 10rem;

  

}

.employees .title{

  font-family: Gilroy-Bold;

	font-size: 2.4rem;

	font-weight: normal;

	font-stretch: normal;

	line-height: 2.4rem;

	letter-spacing: 0rem;

	color: #00314f;

  padding-bottom: 1.5rem;

  text-align: center ;

}

.employees .title text{

  color: #f94d1c;

}

.employees .article{

  width: 90%;

  margin: 0 auto;

  font-family: Gilroy-Medium;

	font-size: 1.2rem;

	font-weight: normal;

	font-stretch: normal;

	/* line-height: 1rem; */

	letter-spacing: 0rem;

	color: #6c7080;

  margin-bottom: 2rem;

  /* text-align: center; */

}

.employees  .item{

  display: flex;

	background-color: #f6f7f8;

	border-radius: 2rem;

  padding:0 2rem;

  box-sizing: border-box;

  margin-bottom: 5rem;

  gap: 2rem;

  position: relative;

}

.employees  .item .big{

  border-radius: 2rem;

  padding-top: 2.5rem;

  margin-bottom: -2.5rem;

  width: 50rem;

  height: 100%;

}

.employees .content{

  padding-top: 4.5rem;

  padding-bottom: 2rem;

}

.employees  .item h4{

  font-family: Gilroy-Medium;

	font-size: 1.8rem;

	font-weight: normal;

	font-stretch: normal;

	/* line-height: 2rem; */

	letter-spacing: 0rem;

	color: #00314f;

}

.employees  .item p{

  font-family: Gilroy-Medium;

	font-size: 1rem;

	font-weight: normal;

	font-stretch: normal;

	/* line-height: 1.2rem; */

	letter-spacing: 0rem;

	color: #6c7080;

}

.employees .icon{

  width: 3.9rem;

  position: absolute;

  top: 1.5rem;

}

.employees  .item:nth-child(odd) .icon{

  right: 1.5rem;

}

.employees  .item:nth-child(even) .icon{

  left: 1.5rem;

}

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

  flex-direction: row-reverse;

}


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

  .employees .item p{

    font-size: 0.8rem;
  
  }

  .employees .item h4{

    font-size: 1.2rem;
  
  }

  .employees .title{

    font-size: 1.6rem;
  
  }

  .employees .article{
  
    font-size: 0.8rem;

    line-height: 1rem;
  
  }

  .employees  .item p{

    line-height: 1.2rem;
  
  }
}

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

  .employees  .item p{

    line-height: 1.5rem;
  
  }

  .employees .item p{

    font-size: 1rem;
  
  }

  .employees .item h4{

    font-size: 1.8rem;
  
  }

  .employees .article{
  
    font-size: 1.2rem;

    line-height: 1.5rem;
  
  }

  .employees .title{

    font-size: 2.4rem;
  
  }

  .employees {

    padding: 0 2rem;

  }

  .employees  .item{

    flex-direction: column-reverse;

    padding: 2rem;

  }

  .employees .content{

    padding-top:0;

    padding-bottom:0;

  }

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

    flex-direction: column-reverse;

  }

  .employees  .item .big{

    border-radius: 2rem;

    padding-top:0;

    margin-bottom:0;

    width: 100%;

    height: unset;

  }

  .employees .icon{

    width: 3.9rem;

    position: unset;

    top: 1.5rem;

  }

}