/* Custom styles for content sections and image clips */

.section-content-with-text-links .links a {
  border-bottom: 1px solid #ced4da;
  transition: all .2s ease-in-out;
}

.section-content-with-text-links .links a:first-child {
  border-top: 1px solid #ced4da;
}

.section-content-with-text-links .links a:hover,
.section-content-with-text-links .links a:focus {
  background-color: #f8f9fa;
}

.image-clip-triangle-left {
  clip-path: polygon(100% 0%, 100% 100%, 0 100%, 10% 50%, 0 0);
}

.image-clip-triangle-right {
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0% 0%);
}

.section-content-with-image-full .image-clip-triangle-left {
  clip-path: polygon(100% 0%, 100% 100%, 0 100%, 30% 50%, 0 0);
}

.section-content-with-image-full .image-clip-triangle-right {
  clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0% 100%, 0% 0%);
}
