
.template-info * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.template-info img {
  max-width: 100%;
}

.template-info .container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.template-info .ct-47-banner {
  background: var(--banner_bg_color);
  color: var(--text_color);
  padding: 0;
  position: relative;
}

.template-info .ct-47-banner img {
  display: block;
  min-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.template-info .ct-47-banner-btn {
  display: inline-block;
  padding: 7px 17px;
  color: var(--white_color);
  border: 1px solid var(--btn_bg_color);
  border-radius: 4px;
  background: var(--btn_bg_color);
  font-size: 13px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 10px;
  margin-left: 10px;
}

.template-info .ct-47-banner-btn:hover {
  background: var(--btn_bg_hover_color);
  border-color: var(--btn_bg_color);
}

.template-info .ct-47-banner h4 {
  margin: 0;
  line-height: 1;
}

.template-info .ct-47-banner-llist:first-child {
  margin-right: 20px;
  text-align: center;
  padding: 10px 0px 10px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.template-info .ct-47-banner-llists {
  padding-left: 360px;
  position: relative;
}

.template-info .ct-47-banner-img {
  width: 100%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 0;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .template-info .ct-47-banner h4 {
    font-size: 32px;
  }
  .template-info .ct-47-banner-llists {
    padding-left: 240px;
  }
  .template-info .ct-47-banner-llist:first-child {
    margin-right: 20px;
    text-align: center;
    padding: 5px;
    width: 223px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .template-info .ct-47-banner h4 {
    font-size: 22px;
  }
  .template-info .ct-47-banner-img {
    margin-top: 0px;
  }
  .template-info .ct-47-banner-llists {
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .template-info .ct-47-banner-llist {
    text-align: center;
    padding: 0px;
  }
  .template-info .ct-47-banner-llist:first-child {
    position: static;
    width: 100%;
    padding: 15px;
    margin-right: 0;
    border-right: 0;
  }
}

@media (min-width: 1024px) {
  .template-info .ct-47-banner h4 {
    font-size: 42px;
  }
}

.template-info .ct-47 a {
  text-decoration: none;
}

.template-info .ct-47-heading {
  margin: 20px 0 10px;
  letter-spacing: 1px;
  font-weight: normal;
}

.template-info .ct-47-description {
  letter-spacing: 1px;
}

.template-info .ct-47-list-desc {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.template-info .ct-47-link {
      font-size: 18px;
    padding: 10px 0px;
    line-height: 1.2;
}

.template-info .ct-47-img-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  background: #e7e7e7;
  min-height: 268px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-info .ct-47-img-link img {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: inline-block;
}

.template-info .ct-47-img-link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.template-info .ct-47-btn {
  padding: 10px;
  font-size: 16px;
  border: none;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: var(--btn_text_color);
  background: var(--btn_bg_color);
  border-radius: 4px;
}

.template-info .ct-47-btn:hover {
  background: var(--btn_bg_hover_color);
}

.template-info .ct-47__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (min-width: 641px) and (max-width: 960px) {
  .template-info .ct-47__list {
    width: calc(100% / 2);
    padding: 7px 15px 23px;
  }
}

@media all and (min-width: 641px) {
  .template-info .ct-47__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (min-width: 961px) {
  .template-info .ct-47__list {
    width: calc(100% / 3);
    padding: 7px 15px 23px;
  }
}

@media all and (max-width: 640px) and (min-width: 320px) {
  .template-info .ct-47__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .template-info .ct-47__list {
    width: 100%;
    padding: 7px 15px 23px;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 640px) and (min-width: 320px) and (orientation: landscape) {
  .template-info .ct-47__list {
    width: calc(100% / 2);
    padding: 7px 15px 23px;
  }
}

@media all and (max-width: 767px) {
  .template-info .ct-47 {
    padding: 0 15px;
  }
  .template-info .ct-47__list {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .template-info .ct-47-grid {
    padding-top: 20px;
  }
  .template-info .ct-47-heading {
    font-size: 25px;
    line-height: 1;
  }
  .template-info .ct-47-description {
    font-size: 18px;
    line-height: 2;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .template-info .ct-47 {
    padding: 0;
  }
  .template-info .ct-47-grid {
    padding-top: 10px;
  }
  .template-info .ct-47__list {
    margin-bottom: 0;
  }
  .template-info .ct-47-heading {
    font-size: 22px;
    line-height: 1.5;
  }
  .template-info .ct-47-description {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .p15 {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .p15 {
    padding: 0 15px;
  }
}
/*# sourceMappingURL=ct_47.css.map */