.text-box {
  padding: 125px 60px 70px 60px;
  min-height: 500px;
}
.text-box a {
  color: inherit;
}
.text-box a:hover {
  text-decoration: none;
}
.text-box.bg-color--gray {
  background-color: #efefef;
}
.text-box.bg-color--primary {
  background-color: #253260;
}
.text-box.bg-color--primary .text-box__headline, .text-box.bg-color--primary .text-box__content {
  color: #ffffff;
}
.text-box.bg-color--secondary {
  background-color: #DBB138;
}
.text-box.bg-color--secondary .text-box__headline, .text-box.bg-color--secondary .text-box__content {
  color: #ffffff;
}
.text-box.bg-color--tertiary {
  background-color: #67A0E8;
}
.text-box__contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 200px;
}
.text-box__headline {
  font-weight: 600;
}
.text-box__link img {
  width: 42px;
  height: auto;
}
