@media(min-width: 992px) and (max-width: 1200px) {
  .cooper-box .banner .text-box {
    width: 647px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
  }
  .content .form-wp {
    width: 55%;
  }
  .content .address-wp .text-wraper {
    padding: 77px 107px 0 0;
  }

  .content .address-wp .text-wraper .item {
    margin-left: 35%;
  }
}

@media (max-width: 992px) {
  .dummy-title p:nth-of-type(1) {
    font-size: 36px;
    margin-top: 38px;
  }

  .dummy-title p:nth-of-type(2) {
    font-size: 26px;

  }

  .dummy-title p:nth-of-type(3) {
    height: 50px;
    font-size: 22px;
    
  }

  .dummy-title {
    height: 104px;
    margin: 50px 0 38px !important;
  }

  .int-p {
    font-size: 36px;
  }

  .int-box span {
    display: none;
  }

  .int-pt {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.25);
  }

  .text p {
    font-size: 28px;
    margin-top: 30px;
    line-height: 30px;
  }

  .cooper-box .banner .text-box {
    width: 520px;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
    font-weight: normal;
  }

  .content .form-wp {
    width: 60%;
  }

  .content .address-wp .text-wraper {
    padding: 25px 45px 0 0;
  }

  .content .address-wp .text-wraper .item {
    margin-left: 20%;
    font-size: 15px;
    margin-bottom: 15px;
  }
}

@media(max-width: 768px) {
  .dummy-title p:nth-of-type(1) {
    font-size: 18px;
    margin-top: 18px;
    letter-spacing: 2px;
  }

  .dummy-title p:nth-of-type(2) {
    font-size: 14px;
    margin: 10px 0 15px 0;
  }

  .dummy-title p:nth-of-type(3) {
    height: 25px;
    font-size: 12px;
  }

  .dummy-title {
    height: 70px;
    margin-top: 48px;
    margin: 20px 0 10px !important;
  }

  .int-p {
    font-size: 18px;
    
  }

  .int-box span {
    display: none;
  }

  .int-pt {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.25);
  }
  .text{
    margin: 0;
  }
  .text p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
  }
  .dummy-title p:nth-of-type(3){
    width: 143px;
    margin: 0;
  }

  .content .form-wp dl.submit-btn {
    display: block;
  }

  .banner {
    width: 100%;
  }
  .cooper-box .banner .text-box {
    width: 220px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: normal;
    margin: 90px auto 0;
  }

  .content .form-wp {
    width: 90%;
  }

  .content .address-wp {
    margin-top: 35px;
  }

  .content .address-wp .text-wraper {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .content .address-wp .text-wraper .item {
    margin-left: 20%;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 0;
    /* transform: scale(.8); */
    margin-bottom: 0;
    width: auto;
  }

  .content .address-wp .text-wraper .item dt {
    width: auto;
    white-space: nowrap;
  }

  .content .address-wp .text-wraper .item dd {
    width: auto;
  } 
  
  .content .address-wp .text-wraper .info {
    transform: scale(.8);
  }
}