.node--template-tiny > .content {
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.node--template-tiny > .content > .image-container {
  position: relative;
  width: 65px;
  max-width: 65px;
  height: 65px;
  border-radius: 8px;
  border: 1px solid #F7F2EE;
  background-color: #000;
  overflow: hidden;
  flex: 1 0 auto;
}
.node--template-tiny > .content > .image-container a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.node--template-tiny > .content > .image-container img {
  width: 100%;
  height: auto;
}
.node--template-tiny > .content > .content-container {
  position: relative;
  margin: 0 16px 0 32px;
  padding-right: 64px;
  width: 100%;
}
.node--template-tiny > .content .texts-container .field--name-title {
  position: relative;
  left: -16px;
}
.node--template-tiny > .content .texts-container .field--name-title h2, .node--template-tiny > .content .texts-container .field--name-title a {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: "Merriweather";
  line-height: 1.6;
  color: #000;
  font-size: 2.1rem;
  text-decoration: none;
}
.node--template-tiny > .content .texts-container .field:not(.field--name-title) {
  margin: 0;
}
.node--template-tiny > .content .texts-container .field:not(.field--name-title) p {
  font-size: 1.6rem;
  font-family: "Avenir";
  font-weight: normal;
}
.node--template-tiny > .content .links-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.node--template-tiny > .content .links-container .node__links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.node--template-tiny > .content .links-container ul,
.node--template-tiny > .content .links-container li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.node--template-tiny > .content .links-container ul:before,
.node--template-tiny > .content .links-container li:before {
  display: none;
}
.node--template-tiny > .content .links-container a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  margin: 0;
  color: transparent !important;
  background-color: transparent !important;
}
.node--template-tiny > .content .links-container a:hover {
  color: transparent;
}
.node--template-tiny.see-and-do > .content > .image-container {
  background-color: #B3C431;
}
.node--template-tiny.see-and-do > .content .texts-container .field--name-title h2, .node--template-tiny.see-and-do > .content .texts-container .field--name-title a {
  color: #B3C431;
}
.node--template-tiny.service > .content > .image-container {
  background-color: #56BCC7;
}
.node--template-tiny.service > .content .texts-container .field--name-title h2, .node--template-tiny.service > .content .texts-container .field--name-title a {
  color: #56BCC7;
}
.node--template-tiny.understand > .content > .image-container {
  background-color: #F8AA5C;
}
.node--template-tiny.understand > .content .texts-container .field--name-title h2, .node--template-tiny.understand > .content .texts-container .field--name-title a {
  color: #F8AA5C;
}
.node--template-tiny.jo-2024 > .content > .image-container {
  background-color: #D7C378;
}
.node--template-tiny.jo-2024 > .content .texts-container .field--name-title h2, .node--template-tiny.jo-2024 > .content .texts-container .field--name-title a {
  color: #D7C378;
}
.node--template-tiny.anniversary-40 > .content > .image-container {
  background-color: #A569BD;
}
.node--template-tiny.anniversary-40 > .content .texts-container .field--name-title h2, .node--template-tiny.anniversary-40 > .content .texts-container .field--name-title a {
  color: #A569BD;
}