.service1 {
  background: #F8F8F8;
  backdrop-filter: blur(21px);
  padding: 120px 0 60px;
}
.service1 .wrap {
  width: 1800px;
  height: 720px;
  margin: auto;
  border-radius: 31px;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 0 113px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service1 .wrap:after {
  content: '';
  position: absolute;
  top: 476px;
  right: -140px;
  z-index: -1;
  width: 1048px;
  height: 1048px;
  border-radius: 1048px;
  background: #FDD000;
  filter: blur(200px);
}
.service1 .wrap .pic {
  position: absolute;
  right: 150px;
  bottom: 0;
}
.service1 .wrap .pic img{
  width: 550px;
}
.service1 .wrap .l {
  width: 582px;
}
.service1 .wrap .l .title .p1 {
  color: #1A1A1A;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 15px;
}
.service1 .wrap .l .title .p2 {
  color: #9F9F9F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.service1 .wrap .l .message {
  margin: 125px 0 0;
}
.service1 .wrap .l .message .tel {
  display: flex;
  align-items: center;
  gap: 22px;
}
.service1 .wrap .l .message .tel .icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service1 .wrap .l .message .tel .icon img {
  object-fit: contain;
  max-width: 50%;
  max-height: 50%;
}
.service1 .wrap .l .message .tel p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.service1 .wrap .l .message .a1 {
  color: #1A1A1A;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 15px 0 0;
  display: block;
  transition: .6s ease;
}
.service1 .wrap .l .message .a1:hover {
  color: var(--color);
}

.service2 {
  position: relative;
}
.service2 .line {
  width: 1px;
  height: 100%;
  background: #D7D7D7;
  position: absolute;
  top: 0;
  left: 40%;
}
.service2 .line div {
  width: 2px;
  height: 0;
  background: #FDD000;
}
.service2 .wrap {
  width: 1615px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.service2 .wrap .l {
  padding: 255px 0 0 0;
}
.service2 .wrap .l .frequently:hover .icon {
  transform: translateY(-20px);
}
.service2 .wrap .l .frequently .icon {
  width: 266px;
  height: 266px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}
.service2 .wrap .l .frequently .icon img {
  object-fit: contain;
}
.service2 .wrap .l .frequently .text {
  color: #1A1A1A;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 0 25px;
}
.service2 .wrap .r {
  width: 775px;
  padding: 167px 0 210px 0;
}
.service2 .wrap .r .item:not(:last-child) {
  margin: 0 0 86px;
}
.service2 .wrap .r .item .color {
  color: #FDD000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.service2 .wrap .r .item .q {
  display: flex;
  gap: 20px;
}
.service2 .wrap .r .item .q p {
  flex: 1;
  color: #1A1A1A;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 4px 0 0 0;
}
.service2 .wrap .r .item .a {
  display: flex;
  gap: 20px;
  margin: 20px 0 0 0;
}
.service2 .wrap .r .item .a .text {
  flex: 1;
  color: #888;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 5px 0 0 0;
}




@media screen and (max-width: 1919px) {
  .service1{
    backdrop-filter: blur(1.09375vw);
    padding: 6.25vw 0px 3.125vw;
  }
  .service1 .wrap{
    width: 93.75vw;
    height: 37.5vw;
    border-radius: 1.6145833333vw;
    padding: 0px 5.8854166667vw;
  }
  .service1 .wrap::after{
    top: 24.7916666667vw;
    right: -7.2916666667vw;
    width: 54.5833333333vw;
    height: 54.5833333333vw;
    border-radius: 54.5833333333vw;
    filter: blur(10.4166666667vw);
  }
  .service1 .wrap .pic{
    right: 7.8125vw;
  }
  .service1 .wrap .pic img{
    width: 28.6458333333vw;
  }
  .service1 .wrap .l{
    width: 30.3125vw;
  }
  .service1 .wrap .l .title .p1{
    font-size: 2.9166666667vw;
    margin: 0px 0px 0.78125vw;
  }
  .service1 .wrap .l .title .p2{
    font-size: 0.9375vw;
  }
  .service1 .wrap .l .message{
    margin: 6.5104166667vw 0px 0px;
  }
  .service1 .wrap .l .message .tel{
    gap: 1.1458333333vw;
  }
  .service1 .wrap .l .message .tel .icon{
    width: 2.8125vw;
    height: 2.8125vw;
  }
  .service1 .wrap .l .message .tel p{
    font-size: 1.25vw;
  }
  .service1 .wrap .l .message .a1{
    font-size: 2.1875vw;
    margin: 0.78125vw 0px 0px;
  }
  .service2 .line div{
    width: 0.1041666667vw;
  }
  .service2 .wrap{
    width: 84.1145833333vw;
  }
  .service2 .wrap .l{
    padding: 13.28125vw 0px 0px;
  }
  .service2 .wrap .l .frequently:hover .icon{
    transform: translateY(-1.0416666667vw);
  }
  .service2 .wrap .l .frequently .icon{
    width: 13.8541666667vw;
    height: 13.8541666667vw;
  }
  .service2 .wrap .l .frequently .text{
    font-size: 1.875vw;
    margin: 0px 0px 0px 1.3020833333vw;
  }
  .service2 .wrap .r{
    width: 40.3645833333vw;
    padding: 8.6979166667vw 0px 10.9375vw;
  }
  .service2 .wrap .r .item:not(:last-child){
    margin: 0px 0px 4.4791666667vw;
  }
  .service2 .wrap .r .item .color{
    font-size: 1.25vw;
  }
  .service2 .wrap .r .item .q{
    gap: 1.0416666667vw;
  }
  .service2 .wrap .r .item .q p{
    font-size: 1.0416666667vw;
    margin: 0.2083333333vw 0px 0px;
  }
  .service2 .wrap .r .item .a{
    gap: 1.0416666667vw;
    margin: 1.0416666667vw 0px 0px;
  }
  .service2 .wrap .r .item .a .text{
    font-size: 0.8333333333vw;
    margin: 0.2604166667vw 0px 0px;
  }
}

@media screen and (max-width: 1024px) {
  /* ===== service1 ===== */
  .service1{
    padding: 50px 0 40px;
  }
  .service1 .wrap{
    width: 90%;
    height: auto;
    border-radius: 20px;
    padding: 30px 24px;
  }
  .service1 .wrap:after{
    display: none;
  }
  .service1 .wrap .pic{
    display: none;
  }
  .service1 .wrap .l{
    width: 100%;
  }
  .service1 .wrap .l .title .p1{
    font-size: 24px;
    margin: 0 0 8px;
  }
  .service1 .wrap .l .title .p2{
    font-size: 13px;
  }
  .service1 .wrap .l .message{
    margin: 30px 0 0 0;
  }
  .service1 .wrap .l .message .tel{
    gap: 12px;
  }
  .service1 .wrap .l .message .tel .icon{
    width: 40px;
    height: 40px;
  }
  .service1 .wrap .l .message .tel p{
    font-size: 16px;
  }
  .service1 .wrap .l .message .a1{
    font-size: 24px;
    margin: 10px 0 0;
  }

  /* ===== service2 ===== */
  .service2 .line{
    display: none;
  }
  .service2 .wrap{
    width: 90%;
    flex-direction: column;
    gap: 30px;
  }
  .service2 .wrap .l{
    padding: 40px 0 0 0;
  }
  .service2 .wrap .l .frequently .icon{
    width: fit-content;
    height: fit-content;
    margin: 0 0 20px;
  }
  .service2 .wrap .l .frequently .icon img{
    width: 80px;
  }
  .service2 .wrap .l .frequently .text{
    font-size: 20px;
    margin: 0 0 0 12px;
  }
  .service2 .wrap .r{
    width: 100%;
    padding: 0 0 60px;
  }
  .service2 .wrap .r .item:not(:last-child){
    margin: 0 0 30px;
  }
  .service2 .wrap .r .item .color{
    font-size: 16px;
  }
  .service2 .wrap .r .item .q{
    gap: 12px;
  }
  .service2 .wrap .r .item .q p{
    font-size: 14px;
    margin: 3px 0 0 0;
  }
  .service2 .wrap .r .item .a{
    gap: 12px;
    margin: 12px 0 0 0;
  }
  .service2 .wrap .r .item .a .text{
    font-size: 13px;
    margin: 2px 0 0 0;
  }
}
