.home-shortcut-component {
  background: #FFFFFF;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #F2F2F2;
  transition: 0.3s;
}
.home-shortcut-component:hover {
  box-shadow: 2px 5px 17px 0 rgba(0, 0, 0, 0.15);
}
.home-shortcut-component:hover img {
  transform: scale(1.05);
}
.home-shortcut-component .home-shortcut-image-wrapper {
  overflow: hidden;
  height: 200px;
  margin-bottom: 0;
  display: block;
}
.home-shortcut-component .home-shortcut-image-wrapper:hover + .home-shortcut-content .cta-component {
  background-color: #7A5C9F;
}
.home-shortcut-component .home-shortcut-image-wrapper img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-shortcut-component .home-shortcut-content {
  height: 200px;
  position: relative;
  padding: 20px;
}
.home-shortcut-component .home-shortcut-content a {
  color: #2F2F2F;
  text-decoration: none;
}
.home-shortcut-component .home-shortcut-content a:hover + .cta-component {
  background-color: #7A5C9F;
}
.home-shortcut-component .home-shortcut-content a h3 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
}
.home-shortcut-component .home-shortcut-content a p {
  margin: 0;
}
.home-shortcut-component .home-shortcut-content .cta-component {
  margin: 0;
  min-width: unset;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
.home-shortcut-component .home-shortcut-content .cta-component:hover {
  background-color: #7A5C9F;
}
.home-shortcut-component .home-shortcut-content .cta-component svg {
  fill: #FFFFFF;
  height: 20px;
  width: 20px;
}

/*# sourceMappingURL=home-shortcut-component-style.css.map */
