.internal-linking {
  margin-top: 39px;
  margin-bottom: 39px
}
.background--background-grey .internal-linking {
  padding: 57px 0
}
@media screen and (max-width:767px) {
  .background--background-grey .internal-linking {
    padding: 38px 0
  }
}
.internal-linking__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 33px;
  margin-bottom: 33px
}
.internal-linking .subtitle-and-text-focused {
  margin-top: 33px;
  margin-bottom: 33px
}
.internal-linking__text {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin-right: 50px
}
.internal-linking__text p {
  font-size: 18px;
  line-height: 28px
}
@media screen and (max-width:680px) {
  .internal-linking__text p {
    font-size: 16px;
    line-height: 26px
  }
}
@media screen and (max-width:850px) {
  .internal-linking__inner {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px
  }
  .internal-linking .subtitle-and-text-focused {
    margin-top: 20px;
    margin-bottom: 20px
  }
  .internal-linking__text {
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: 20px
  }
}
.internal-linking__link {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  display: block;
  width: 40%;
  max-width: 415px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white,#000);
  border-bottom-right-radius: 80px;
  min-height: 245px;
  color: #fff;
  padding: 32px 32px 28px;
  font-weight: 700
}
@media screen and (max-width:1200px) {
  .internal-linking__link {
    min-height: 242px;
    padding: 32px 32px 25px
  }
}
.internal-linking__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #692f02;
  opacity: .5;
  width: 100%;
  height: 100%;
  z-index: 1
}
.internal-linking__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.internal-linking__link:only-child {
  width: 100%;
  max-width: unset;
  min-height: 212px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 32px 44px;
  margin-top: 0
}
@media screen and (max-width:850px) {
  .internal-linking__link:only-child {
    display: block;
    width: 100%;
    max-width: unset;
    min-height: unset;
    text-align: left;
    margin-top: 0;
    padding: 32px 32px 35px
  }
  .internal-linking__link {
    display: block;
    width: 100%;
    max-width: unset;
    min-height: unset;
    text-align: left;
    margin-top: 0;
    padding: 32px 32px 35px
  }
}
.internal-linking__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.internal-linking__arrow {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #eb2227;
  border-radius: 50%;
  z-index: 3;
  margin-bottom: 41px
}
.internal-linking__arrow::before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><path stroke="%23fff" stroke-width="2" d="M10 16h11M17 20l4-4-4-4"/></svg>');
  background-repeat: no-repeat
}
@media (hover:hover) {
  .internal-linking__link:hover {
    color: #fff
  }
  .internal-linking__link:hover::after {
    opacity: .1
  }
  .internal-linking__link:hover .internal-linking__image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }
  .internal-linking__link:hover .internal-linking__arrow {
    -webkit-animation: .6s .1s circle-animated;
    animation: .6s .1s circle-animated
  }
  .internal-linking__link:hover .internal-linking__arrow::before {
    -webkit-animation: .6s arrow-animated;
    animation: .6s arrow-animated
  }
}
.internal-linking__link:only-child .internal-linking__arrow {
  margin-bottom: 33px
}
@media screen and (max-width:850px) {
  .internal-linking__link:only-child .internal-linking__arrow {
    margin-bottom: 41px
  }
}
@media screen and (max-width:767px) {
  .internal-linking__link,
  .internal-linking__link:only-child {
    padding: 24px 80px 32px 24px
  }
  .internal-linking__arrow,
  .internal-linking__link:only-child .internal-linking__arrow {
    margin-bottom: 18px
  }
}
.internal-linking__caption {
  margin-bottom: 1.5px;
  color: #cecece;
  font-size: 14px;
  position: relative;
  z-index: 4;
  text-transform: uppercase
}
.internal-linking__title {
  font-size: 32px;
  position: relative;
  z-index: 5;
  line-height: 1.3
}
@media screen and (max-width:1200px) {
  .internal-linking__title {
    font-size: 28px
  }
}
@media screen and (max-width:767px) {
  .internal-linking__title {
    font-size: 24px;
    line-height: 1.28
  }
}
@-webkit-keyframes arrow-animated {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  25% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }
  60% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }
}
@keyframes arrow-animated {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  25% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }
  60% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }
}
@-webkit-keyframes circle-animated {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }
  60% {
    -webkit-transform: translateX(-.5px);
    transform: translateX(-.5px)
  }
}
@keyframes circle-animated {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }
  60% {
    -webkit-transform: translateX(-.5px);
    transform: translateX(-.5px)
  }
}