.customized1 {
  padding: 103px 0 198px;
}
.customized1 .wrap {
  width: 1600px;
  margin: auto;
}
.customized1 .wrap .big {
  width: 100%;
  height: 580px;
  border-radius: 18px;
  background: #FBFBFD;
  padding: 33px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 198px;
}
.customized1 .wrap .big .message {
  width: 682px;
  padding: 33px 0 0 70px;
}
.customized1 .wrap .big .message .p1 {
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 32px;
}
.customized1 .wrap .big .message .p2 {
  color: #1A1A1A;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.customized1 .wrap .big .message .count {
  margin: 74px 0 0;
}
.customized1 .wrap .big .message .count .dis {
  display: flex;
}
.customized1 .wrap .big .message .count .dis span {
  color: var(--color);
  font-size: 62px;
  font-style: normal;
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  line-height: normal;
}
.customized1 .wrap .big .message .count .dis .dw {
  color: #2EA148;
  font-family: 'Poppins',sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 15px 0 0 24px;
}
.customized1 .wrap .big .message .count p {
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.customized1 .wrap .big .images {
  width: 608px;
  height: 514px;
  border-radius: 18px;
  overflow: hidden;
}
.customized1 .wrap .big .images:hover img {
  transform: scale(1.05);
}
.customized1 .wrap .big .images img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.customized1 .wrap .flex {
  display: flex;
  justify-content: space-between;
  padding: 0 0 90px;
}
.customized1 .wrap .flex:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
  margin: 0 0 106px;
}
.customized1 .wrap .flex .l {
  display: flex;
  gap: 300px;
}
.customized1 .wrap .flex .l .headline {
  width: 230px;
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.customized1 .wrap .flex .l .icon {
  width: 63px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customized1 .wrap .flex .l .icon img {
  object-fit: contain;
}
.customized1 .wrap .flex .text {
  width: 640px;
  color: #1A1A1A;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 160% */
}

@media screen and (max-width: 1919px) {
  .customized1{
    padding: 5.3645833333vw 0px 10.3125vw;
  }
  .customized1 .wrap{
    width: 83.3333333333vw;
  }
  .customized1 .wrap .big{
    height: 30.2083333333vw;
    border-radius: 0.9375vw;
    padding: 1.71875vw;
    margin: 0px 0px 10.3125vw;
  }
  .customized1 .wrap .big .message{
    width: 35.5208333333vw;
    padding: 1.71875vw 0px 0px 3.6458333333vw;
  }
  .customized1 .wrap .big .message .p1{
    font-size: 2.1875vw;
    margin: 0px 0px 1.6666666667vw;
  }
  .customized1 .wrap .big .message .p2{
    font-size: 1.1458333333vw;
  }
  .customized1 .wrap .big .message .count{
    margin: 3.8541666667vw 0px 0px;
  }
  .customized1 .wrap .big .message .count .dis span{
    font-size: 3.2291666667vw;
  }
  .customized1 .wrap .big .message .count .dis .dw{
    font-size: 1.6666666667vw;
    margin: 0.78125vw 0px 0px 1.25vw;
  }
  .customized1 .wrap .big .message .count p{
    font-size: 0.8333333333vw;
  }
  .customized1 .wrap .big .images{
    width: 31.6666666667vw;
    height: 26.7708333333vw;
    border-radius: 0.9375vw;
  }
  .customized1 .wrap .flex{
    padding: 0px 0px 4.6875vw;
  }
  .customized1 .wrap .flex:not(:last-child){
    margin: 0px 0px 5.5208333333vw;
  }
  .customized1 .wrap .flex .l{
    gap: 15.625vw;
  }
  .customized1 .wrap .flex .l .headline{
    width: 11.9791666667vw;
    font-size: 2.1875vw;
  }
  .customized1 .wrap .flex .l .icon{
    width: 3.28125vw;
    height: 3.3854166667vw;
  }
  .customized1 .wrap .flex .text{
    width: 33.3333333333vw;
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .common_cut{
    display: none!important;
  }
  .customized1{
    padding: 30px 0;
  }
  .customized1 .wrap{
    width: 90%;
  }
  .customized1 .wrap .big{
    height: auto;
    padding: 15px;
    margin: 0 0 35px;
    flex-direction: column-reverse;
    border-radius: 10px;
  }
  .customized1 .wrap .big .images{
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .customized1 .wrap .big .message{
    width: 100%;
    padding: 25px 0 0 0;
  }
  .customized1 .wrap .big .message .p1{
    font-size: 16px;
    margin: 0 0 15px;
  }
  .customized1 .wrap .big .message .p2{
    font-size: 13px;
  }
  .customized1 .wrap .big .message .count{
    margin: 25px 0 0 0;
  }
  .customized1 .wrap .big .message .count .dis span{
    font-size: 30px;
  }
  .customized1 .wrap .big .message .count .dis .dw{
    font-size: 13px;
    margin: 5px 0 0 0;
  }
  .customized1 .wrap .big .message .count p{
    font-size: 13px;
  }
  .customized1 .wrap .flex:not(:last-child){
    margin: 0 0 25px;
  }
  .customized1 .wrap .flex{
    flex-direction: column;
    padding: 0 0 20px;
  }
  .customized1 .wrap .flex .l{
    flex-direction: row-reverse;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 15px;
  }
  .customized1 .wrap .flex .l .headline{
    font-size: 16px;
    width: fit-content;
  }
  .customized1 .wrap .flex .l .icon{
    width: 25px;
    height: 25px;
  }
  .customized1 .wrap .flex .text{
    width: 100%;
    font-size: 13px;
  }
}
