  .container-fluid {
  max-width: 96%;
}

.container-large {
  max-width: 1200px;
}

.container {
  max-width: 1100px;
}

.container,
.container-fluid,
.container-large {
  margin: 0 auto;
  width: 100%;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.figure {
  position: relative;
  overflow: hidden;
}
.figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.figure img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: auto;
  height: auto;
}

.bannerWorks {
  background: url(/design-services/public/images/how-it-works/banner.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 77px;
  position: relative;
}
.bannerWorks::before {
  content: "";
  display: block;
  padding-top: 36%;
}
.bannerWorks .bannerBox article {
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(0deg, black, transparent);
  color: #ffffff;
  text-align: center;
  padding: 60px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.bannerWorks .bannerBox article .bannerTitle {
  font-size: 2.8125rem;
  line-height: 3rem;
  font-family: "Abhay-Libre Bold";
  letter-spacing: 0.03em;
}
.bannerWorks .bannerBox article p {
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-family: "Lato Regular";
  padding-bottom: 15px;
  position: relative;
}
.bannerWorks .bannerBox article p::after {
  content: "";
  border: 2px solid #FA8D5E;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100px;
}

.ws-content {
  margin: 70px 0px;
}
.ws-content .wsWorks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.ws-content .wsWorks:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ws-content .wsWorks span {
  font-family: "Abhay-Libre Extra Bold";
  color: #E7E7E7;
  font-size: 4.375rem;
  line-height: 4.5625rem;
}
.ws-content .wsWorks .title {
  font-family: "Abhay-Libre Extra Bold";
  font-size: 2.125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.02em;
  color: #333333;
}
.ws-content .wsWorks p {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  line-height: 22px;
  font-family: "Lato Regular";
  padding-top: 10px;
  letter-spacing: 0.02em;
  color: #333333;
}
.ws-content .wsWorks article {
  width: 40%;
}
.ws-content .wsWorks figure {
  width: 55%;
  position: relative;
}
.ws-content .wsWorks figure::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.ws-content .wsWorks figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ws-content .wsWorks .fillBtn {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  display: inline-block;
  font-family: "Lato Regular";
  letter-spacing: 0.02em;
  color: #F3601E;
  border: 1px solid #F3601E;
  border-radius: 0.25rem;
  background: #FEF2ED;
  padding: 10px 25px;
  margin-top: 10px;
  cursor: pointer;
}

.EnjoyRoom {
  text-align: center;
  margin: 70px 0px;
}
.EnjoyRoom .title {
  font-family: "Abhay-Libre Extra Bold";
  font-size: 2.125rem;
  line-height: 2.3125rem;
  letter-spacing: 0.02em;
  color: #333333;
}
.EnjoyRoom .btn {
  color: #ffffff;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-family: "Lato Regular";
  background: #F3601E;
  border-radius: 100px;
  padding: 10px 30px;
  margin: 10px 0px;
  cursor: pointer;
}

@media screen and (max-width: 1099px) {
  .bannerWorks .bannerBox article .bannerTitle {
    font-size: 2.5rem;
    line-height: 2.6875rem;
  }
  .ws-content {
    margin: 30px 0;
  }
  .ws-content .wsWorks .title {
    font-size: 1.875rem;
    line-height: 2.0625rem;
  }
  .ws-content .wsWorks .fillBtn {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    padding: 10px 20px;
  }
  .EnjoyRoom {
    margin: 45px 0px;
  }
  .EnjoyRoom .title {
    font-size: 1.875rem;
    line-height: 2.0625rem;
  }
  .EnjoyRoom .btn {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    padding: 10px 25px;
  }
  .faq-wrpr .tab-content:before {
    right: -10px;
    top: -45px;
  }
  .faq-wrpr .tab-content:after {
    bottom: -45px;
    left: -10px;
  }
}
@media screen and (max-width: 992px) {
  .bannerWorks {
    margin-top: 67px;
  }
  .bannerWorks .bannerBox article .bannerTitle {
    font-size: 2.25rem;
    line-height: 2.4375rem;
  }
  .bannerWorks .bannerBox article p {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
  .ws-content .wsWorks span {
    font-size: 3.75rem;
    line-height: 3.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .bannerWorks {
    margin-top: 50px;
    background: url("/design-services/public/images/how-it-works/mobile-how-itwork.jpg") no-repeat;
    background-size: cover;
  }
  .bannerWorks::before {
    padding-top: 90%;
  }
  .bannerWorks .bannerBox {
    padding: 0 10px;
  }
  .bannerWorks .bannerBox article {
    padding: 30px 0px;
  }
  .bannerWorks .bannerBox article .bannerTitle {
    font-size: 1.75rem;
    line-height: 1.9375rem;
    margin-bottom: 5px;
  }
  .bannerWorks .bannerBox article p {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    padding-bottom: 10px;
  }
  .bannerWorks .bannerBox article p::after {
    max-width: 70px;
  }
  .ws-content .wsWorks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .ws-content .wsWorks:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ws-content .wsWorks figure,
.ws-content .wsWorks article {
    width: 100%;
  }
  .ws-content .wsWorks article {
    text-align: center;
  }
  .ws-content .wsWorks .title {
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
  .ws-content .wsWorks p {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    line-height: 20px;
  }
  .ws-content .wsWorks .fillBtn {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    padding: 8px 20px;
  }
  .EnjoyRoom {
    margin: 0px 0px 30px 0px;
  }
  .EnjoyRoom .title {
    font-size: 1.625rem;
    line-height: 1.8125rem;
  }
  .EnjoyRoom .btn {
    font-size: 1rem;
    line-height: 1.1875rem;
    padding: 10px 20px;
  }
  .footer-new {
    background: #fff;
  }
  .footer-new .media-section .list-type {
    background: #fff;
  }
}