@media screen and (min-width:2000px) {
  .about  .item .big{

    width: 29.8rem;
  
    height: 19rem;
  
  }

  .about .item{
    height: 19rem;
  }
}

.top_banner{

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

}

.about{

  padding: 0 10rem;

}

.about .title{

  font-family: Gilroy-Bold;

	font-size: 1.6rem;

	font-weight: normal;

	font-stretch: normal;

	line-height: 2.4rem;

	letter-spacing: 0rem;

	color: #00314f;

  padding-bottom: 1.5rem;

}

.about .title text{

  color: #f94d1c;

}

.about .article{

  font-family: Gilroy-Medium;

	/* font-size: 0.8rem; */

	font-weight: normal;

	font-stretch: normal;

	/* line-height: 2rem; */

	letter-spacing: 0rem;

	color: #6c7080;

  /* white-space: pre-line; */

  margin-bottom: 1rem;

}

.about .item:nth-child(1){
  margin-top: 4rem;
}

.about  .item{

  display: flex;

	background-color: #f6f7f8;

  box-sizing: border-box;

  margin-bottom: 2rem;

  gap: 2rem;

  position: relative;

  overflow: hidden;

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

  background-repeat: no-repeat;

  background-size: 100% 100%;

  background-position: 0 0;

}

.about  .item .big{

  /* width: 100%;

  height: 100%; */

}

.about .content{

  padding-top: 2rem;

  padding-bottom: 2rem;

}

.about .item h4{

  font-family: Gilroy-Bold;

	/* font-size: 2.4rem; */

	font-weight: normal;

	font-stretch: normal;

	letter-spacing: 0rem;

  padding-bottom: 1rem;

	color: #00314f;

}

.about .item p{

	font-family: Gilroy-Medium;

	/* font-size: 1.2rem; */

	font-weight: normal;

	font-stretch: normal;

	line-height: 1.5rem;

	letter-spacing: 0rem;

	color: #6c7080;

}

.about .icon{

  width: 3.9rem;

  position: absolute;

  top: 1.5rem;

}

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

  right: 1.5rem;

}

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

  left: 1.5rem;

}

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

  margin-left: -10rem;

  padding-left: 10rem;

	border-top-right-radius: 2rem;

	border-bottom-right-radius: 2rem;

}

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

  flex-direction: row-reverse;

  margin-right: -10rem;

  padding-right: 10rem;

	border-top-left-radius: 2rem;

	border-bottom-left-radius: 2rem;

}

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

  .about .article{

    font-size: 0.8rem
  
  }

  .about .item h4{

    font-size: 1.5rem;
  
  }

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

}

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

  .about  .item .big{

    width: 100% !important;

  }

  .about .article{

    font-size: 1.5rem;

    line-height: 2rem;
  
  }

  .about .item p{
  
    font-size: 1.2rem;
  
  }

  .about .item h4{

    font-size: 2.4rem;
  
  }

  .about {

    padding: 0 2rem;

  }

  .about  .item{

    flex-direction: column-reverse;

    padding: 2rem;

  }

  .about .content{

    padding-top:0;

    padding-bottom:0;

  }

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

    flex-direction: column-reverse;

  }

  .about  .item .big{

    border-radius: 2rem;

    padding-top:0;

    margin-bottom:0;

    width: 100%;

    height: unset;

  }

  .about .icon{

    width: 3.9rem;

    position: unset;

    top: 1.5rem;

  }

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

      margin-left: 0;

      padding-left:2rem;

      border-radius: 2rem;

    }

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

      margin-right: 0;

      padding-right: 2rem;

      border-radius: 2rem;

    }

}