@media screen and (min-width:2000px) {
  .big_three {
    width: 37rem !important;
  }

  .employees .icon{

    width: 5rem;
  
    position: absolute;
  
    bottom: 0.5rem !important;
  
    right: 1.5rem !important;
  
  }
}

.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: 80%;

  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;

  text-align: center;

  margin-bottom: 1.5rem;

}

.employees  .item{

  display: flex;

	background-color: #f6f7f8;

	border-radius: 2rem;

  padding: 2.3rem;

  box-sizing: border-box;

  margin-bottom: 1.5rem;

  gap: 2rem;

  position: relative;

}

.employees  .item .big{

  border-radius: 2rem;

  width: 24rem;

}

.employees .content{

  height: 100%;

  padding-bottom: 3rem;

  padding-top: 1rem;

}

.employees .item h4{

  font-family: Gilroy-Medium;

	/* font-size: 1.8rem; */

	font-weight: normal;

	font-stretch: normal;

	line-height: 1rem;

	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;

  margin-top: 0.8rem;

}

/* .employees .icon{

  width: 6rem;

  position: absolute;

  bottom: 1.5rem;

  right: 1.5rem;

} */

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

  .employees .icon{

    width: 5rem;
  
    position: absolute;
  
    bottom: 1.5rem;
  
    right: 1.5rem;
  
  }

  .employees .item p{

    font-size: 0.8rem;

    line-height: 1.2rem;
  
  }

  .employees .item h4{

    font-size: 1.2rem;
  
  }

  .employees .title{

    font-size: 1.6rem;
  
  }

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

    line-height: 1rem;
  
  }
}

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

  .employees .icon{

    width: 6rem;
  
    position: absolute;
  
    bottom: 1.5rem;
  
    right: 1.5rem;
  
  }

  .employees .item p{

    font-size: 1rem;

    line-height: 1.5rem;
  
  }

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

    gap: 1rem;

  }

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

  }

}