#home-templates-wrapper {
  position: relative;
  margin: 0;
  padding-top: 65px;
  padding-bottom: 65px;
}
#home-templates-wrapper .content-wrapper {
  display: flex;
  align-items: center;
  text-align: left;
}
#home-templates-wrapper .content-wrapper > div:first-child {
  flex: 0 0 auto;
  width: 40%;
  min-width: 400px;
}
#home-templates-wrapper .content-wrapper > div:first-child > h2 {
  text-transform: none;
}
#home-templates-wrapper .content-wrapper > div:first-child > p:last-child {
  margin-top: 40px;
}
#home-templates-wrapper .content-wrapper > div:first-child .button {
  padding: 15px 35px;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
}
#home-templates-wrapper #home-templates-icons {
  flex: 0 1 auto;
  margin-left: 100px;
}
#home-templates-wrapper #home-templates-icons > div {
  display: flex;
  margin-bottom: 40px;
}
#home-templates-wrapper #home-templates-icons > div:nth-last-child(2) {
  margin-left: 75px;
}
#home-templates-wrapper #home-templates-icons > div:nth-last-child(3) {
  margin-left: 150px;
}
#home-templates-wrapper #home-templates-icons > div:nth-last-child(4) {
  margin-left: 225px;
}
#home-templates-wrapper #home-templates-icons > div:last-child {
  margin-bottom: 0;
}
#home-templates-wrapper #home-templates-icons > div > a {
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: 40px;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
#home-templates-wrapper #home-templates-icons > div > a > .home-template-image-color,
#home-templates-wrapper #home-templates-icons > div > a > .home-template-image-gradient,
#home-templates-wrapper #home-templates-icons > div > a > .home-template-image-image {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#home-templates-wrapper #home-templates-icons > div > a > .home-template-image-gradient {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 100%);
}
#home-templates-wrapper #home-templates-icons > div > a > .home-template-image-image {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#home-templates-wrapper #home-templates-icons > div > a:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
}
#home-templates-wrapper #home-templates-icons > div > a:hover:after {
  opacity: 0.2;
}
#home-templates-wrapper-old {
  position: relative;
  background-color: #e8ecef;
}
#home-templates-wrapper-old .home-templates-title {
  font-weight: 300;
  text-transform: none;
}
#home-templates-wrapper-old #home-templates {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 30px;
}
#home-templates-wrapper-old #home-templates > a {
  display: block;
  width: 184px;
  margin: 10px;
  padding: 2px;
  text-align: left;
  color: black !important;
  background-color: white;
  border: 1px solid #c9d2db;
}
#home-templates-wrapper-old #home-templates > a .home-template-image {
  display: block;
  position: relative;
  height: 160px;
}
#home-templates-wrapper-old #home-templates > a .home-template-image > .home-template-image-color,
#home-templates-wrapper-old #home-templates > a .home-template-image > .home-template-image-gradient,
#home-templates-wrapper-old #home-templates > a .home-template-image > .home-template-image-image {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#home-templates-wrapper-old #home-templates > a .home-template-image > .home-template-image-gradient {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 100%);
}
#home-templates-wrapper-old #home-templates > a .home-template-image > .home-template-image-image {
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
#home-templates-wrapper-old #home-templates > a .home-template-image:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
}
#home-templates-wrapper-old #home-templates > a .home-template-title {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 135%;
  padding: 10px 40px 8px 10px;
  font-weight: 500;
}
#home-templates-wrapper-old #home-templates > a .home-template-title:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #82b53f;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
#home-templates-wrapper-old #home-templates > a:hover .home-template-image:after {
  opacity: 0.2;
}
