@media (max-width: 1300px) {
  .comming::after {
    min-height: 290px;
  }
}

@media (max-width: 1199px) {
  .comming::after {
    min-height: 240px;
  }
  .comming .contect {
    flex-wrap: wrap;
  }
  .comming .contect li {
    margin-bottom: 20px;
  }
  .comming .social-icons {
    right: 20px;
  }
}

@media (max-width: 991px) {
  .comming .main {
    padding-top: 120px;
  }
  .comming .bg-img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .comming .social-icons img {
    max-height: 25px;
  }
}

@media (max-width: 767px) {
  .comming::after {
    min-height: 140px;
  }
  .comming .logo img {
    width: 130px;
  }
  .comming .comming-text h3 {
    font-size: 30px;
    padding-left: 120px;
  }
  .comming .canada li {
    font-size: 14px;
  }
  .comming .comming-text h3::after {
    left: 30px;
    top: 20px;
    font-size: 22px;
    font-weight: 600;
  }
  .comming .comming-text h4 {
    font-size: 26px;
  }
  .comming .contect li a {
    font-size: 14px;
  }
  .comming .social-icons img {
    max-height: 25px;
  }
  .logo {
    padding-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .comming::after {
    min-height: 90px;
  }
  .comming .canada li {
    font-size: 12px;
  }
  .comming .comming-text h3 {
    font-size: 24px;
    padding-left: 120px;
  }
  .comming .social-icons {
    right: 50%;
    transform: translate(50%, 0px);
  }
  .comming .main {
    padding-top: 100px;
  }
  .comming .logo img {
    width: 100px;
  }
  .comming .contect li a {
    font-size: 13px;
  }
  .comming .contect li a:last-child {
    align-items: start;
  }
  .comming .comming-text ul img {
    width: 20px;
  }
  .comming .comming-text h4 {
    font-size: 20px;
  }
  .comming .social-icons ul li {
    margin-right: 15px;
  }
}
@media (max-width: 375px) {
  .comming .canada li {
    font-size: 10px;
  }
  .comming .comming-text h3 {
    font-size: 18px;
    padding-left: 120px;
  }
  .comming::after {
    min-height: 78px;
  }
}
