
.template-info .sdc {
  margin: 25px 0;
}

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

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

.template-info .sdc__lists {
  width: 100%;
}

.template-info .sdc__link-wrapper {
  border: 1px solid var(--border_color);
  background-color: var(--white_color);
  position: relative;
  margin-bottom: 18px;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.template-info .sdc__link-wrapper > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 257px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.template-info .sdc__link-wrapper img {
  border-radius: 3px 3px 0 0;
}

.template-info .sdc__link-details {
  border-bottom: 1px solid var(--border_color);
}

.template-info .sdc__link {
  font-size: 18px;
  padding: 16px;
  font-weight: 300;
  color: var(--anchor_color);
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
  padding: 12px 20px 12px;
  border-top: 1px solid var(--border_color);
  text-align: center;
  background-image: var(--studio_design_bg_color);
  background-repeat: repeat-x;
  display: block;
}

.template-info .sdc__link:hover {
  color: var(--heading_color);
}

@media all and (min-width: 641px) and (max-width: 960px) {
  .template-info .sdc__list {
    /*width: calc((100% - 40px)/2);*/
    margin: 0 10px 0px;
  }
}

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

@media all and (min-width: 961px) {
  .template-info .sdc__list {
    width: calc((100% - 90px)/3);
    margin: 0 15px 0px;
  }
}

@media all and (max-width: 640px) and (min-width: 320px) {
  .template-info .sdc__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .template-info .sdc__list {
    width: 100%;
  }
}

@media all and (max-width: 640px) and (min-width: 320px) and (orientation: landscape) {
  .template-info .sdc__list {
    /*width: calc((100% - 40px)/2);*/
    margin: 0 10px 0px;
  }
}

@media all and (max-width: 767px) {
  .template-info .sdc {
    padding: 0 10px;
  }
}
/*# sourceMappingURL=quote-component.css.map */