@media only screen and (min-width: 320px) and (max-width: 575px) {

/*------- Coming Soon Page Starts -------*/

.coming-soon-section { position: relative; z-index: 1; }
.coming-soon-section::before {
  background-color: #000000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.coming-soon {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 95%;
  z-index: 1;
}
.coming-soon > h1 {
  font-size: 2.5rem;
  color: #ffffff;
}
.coming-soon > p {
  font-size: 1.25rem;
  color: #e7e7e7;
}

/*------- Coming Soon Page Ends -------*/

}

@media only screen and (min-width: 576px) and (max-width: 767px) {

/*------- Coming Soon Page Starts -------*/

.coming-soon-section { position: relative; z-index: 1; }
.coming-soon-section::before {
  background-color: #000000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.coming-soon {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 95%;
  z-index: 1;
}
.coming-soon > h1 {
  color: #ffffff;
}
.coming-soon > p {
  font-size: 1.25rem;
  color: #e7e7e7;
}

/*------- Coming Soon Page Ends -------*/

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

/*------- Coming Soon Page Starts -------*/

.coming-soon {
  padding: 0 1.25rem;
}
.coming-soon > picture > img {
  max-width: 370px;
}
.coming-soon > h1 {
  font-size: 2.5rem;
}
.coming-soon > p {
  font-size: 1.25rem;
}

/*------- Coming Soon Page Ends -------*/

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

/*------- Coming Soon Page Starts -------*/

.coming-soon {
  padding: 0 1.25rem;
}
.coming-soon > picture > img {
  max-width: 430px;
}
.coming-soon > h1 {
  font-size: 2.5rem;
}
.coming-soon > p {
  font-size: 1.25rem;
}

/*------- Coming Soon Page Ends -------*/

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

/*------- Home Page Starts -------*/

  /*------- Services Section Starts -------*/

.service-card {
  min-height: 34.125rem;
}

  /*------- Services Section Ends -------*/

  /*------- How We Work Section Starts -------*/

.how-we-work-card {
  min-height: 28.125rem;
}

  /*------- How We Work Section Ends -------*/

/*------- Home Page Ends -------*/

}

@media only screen and (min-width: 1400px) {

/*------- Home Page Starts -------*/

  /*------- Services Section Starts -------*/

.service-card {
  min-height: 27.8125rem;
}

  /*------- Services Section Ends -------*/

/*------- Home Page Ends -------*/

}