.page-template-page-about-mecca {
  background-color: var(--gray-bg-color);
}
.page-template-page-about-mecca .first-section {
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
  height: 100%;
}
.page-template-page-about-mecca .first-section h2 {
  font-size: 28px;
  line-height: 59px;
  color: var(--secondary-color);
  max-width: 590px;
}
.page-template-page-about-mecca .first-section h3 {
  font-size: 16px;
  color: var(--secondary-color);
  line-height: 29px;
  opacity: 0.8;
  max-width: 668px;
  padding-top: 14px;
}
.page-template-page-about-mecca .second-section {
  height: auto;
  position: relative;
  padding-top: 100px;
}
.page-template-page-about-mecca .second-section .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2e2e35;
  opacity: 0.9;
  mix-blend-mode: multiply;
  transform-origin: center;
  z-index: 1;
}
.page-template-page-about-mecca .second-section .title {
  color: var(--primary-color);
  font-size: 28px;
  line-height: normal;
  z-index: 2;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
.page-template-page-about-mecca .second-section .desc {
  color: var(--gray-text-color);
  text-align: center;
  font-size: 16px;
  z-index: 2;
  position: relative;
  line-height: 29px;
  max-width: 935px;
  margin: auto;
}
.page-template-page-about-mecca .second-section .list-holder {
  z-index: 2;
  position: relative;
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.page-template-page-about-mecca .second-section .list-holder .item {
  padding-bottom: 100px;
  padding-right: 60px;
  background-image: url("../icons/opportunity-lines.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-position: top right;
}
.page-template-page-about-mecca .second-section .list-holder .item .title-list {
  color: var(--gray-text-color);
  font-size: 27px;
  line-height: 40px;
  padding-bottom: 40px;
}
.page-template-page-about-mecca .second-section .list-holder .item .desc-list {
  color: var(--gray-text-color);
  font-size: 14px;
  line-height: 26px;
  max-width: 376px;
}
.page-template-page-about-mecca .second-section .list-holder .item img {
  margin: 0 17px;
}

@media only screen and (max-width: 1400px) {
  .page-template-page-about-mecca .second-section .list-holder {
    max-width: 1307px;
  }
  .page-template-page-about-mecca .second-section .list-holder .item:nth-child(4n+4) {
    background-image: url("../icons/opportunity-lines.svg");
  }
}
@media only screen and (max-width: 991px) {
  .page-template-page-about-mecca .first-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-template-page-about-mecca .second-section .list-holder {
    padding-top: 50px;
    display: block;
    margin: auto;
    text-align: center;
  }
  .page-template-page-about-mecca .second-section .list-holder .item {
    width: 100%;
    padding-right: 0;
    background-position: bottom;
    padding-bottom: 75px;
  }
  .page-template-page-about-mecca .second-section .list-holder .item:first-child {
    background-image: url("../icons/opportunity-lines.svg");
  }
  .page-template-page-about-mecca .second-section .list-holder .item:last-child {
    background-image: unset;
  }
  .page-template-page-about-mecca .second-section .list-holder .item .title-list {
    padding-top: 40px;
  }
  .page-template-page-about-mecca .second-section .list-holder .item .desc-list {
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-about-mecca .main-banner .main-banner-item.img {
    background-position: 70%;
  }
  .page-template-page-about-mecca .first-section h3 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .page-template-page-about-mecca .first-section h2 {
    font-size: 18px;
    line-height: 37px;
  }
  .page-template-page-about-mecca .first-section h3 {
    font-size: 15px;
    line-height: 25px;
  }
  .page-template-page-about-mecca .second-section {
    padding-top: 60px;
  }
  .page-template-page-about-mecca .second-section .title {
    font-size: 28px;
    line-height: normal;
  }
  .page-template-page-about-mecca .second-section .desc {
    font-size: 16px;
    line-height: 29px;
  }
  .page-template-page-about-mecca .second-section .list-holder {
    padding-top: 0;
    padding-right: 30px;
    padding-left: 30px;
  }
  .page-template-page-about-mecca .second-section .list-holder .item .title-list {
    font-size: 20px;
    line-height: 25px;
    padding-top: 33px;
    padding-bottom: 20px;
  }
  .page-template-page-about-mecca .second-section .list-holder .item .desc-list {
    line-height: 24px;
  }
}/*# sourceMappingURL=mecca.css.map */