.module-content_feature_4 .background {
  background-color: #e9e9e8;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .module-content_feature_4 .background .item .stretched-link {
    margin-bottom: 20px;
    font-size: 12px;
    text-decoration: underline; }

.module-content_feature_4.content_feature .content_area {
  padding: 30px 0;
  padding-bottom: 1px; }

.module-content_feature_4.content_feature .item:nth-child(2).in-right {
  transition-delay: 200ms; }

.module-content_feature_4.content_feature .item:nth-child(3).in-right {
  transition-delay: 400ms; }

.module-content_feature_4.content_feature .item:nth-child(4).in-right {
  transition-delay: 600ms; }

.module-content_feature_4.content_feature .item .image_container .inner {
  padding-top: 120%; }

.module-content_feature_4.content_feature .item.end_item .image_container .inner {
  padding-top: 130%; }

.module-content_feature_4.content_feature .item.end_item .image_container .content_area {
  top: 15px;
  bottom: auto; }
