.container-content {
  padding-left: var(--prl-not-container);
}

.container-left {
  flex-direction: column;
  justify-content: space-between;
  max-width: 43%;
  min-height: 400px;
  margin-right: 20px;
}

.left__item:not(:last-child) {
  margin-bottom: 20px;
}

.left__container-btn {
  justify-content: space-between;
}

.left__btn {
  width: 48%;
  padding: 20px;
}

.left__btn:not(:last-child) {
  margin-right: 10px;
}

.left__link-btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--br-btn);
}

.right {
  border-radius: 25px 0 0 25px;
  overflow: hidden;
}

.right__img {
  min-height: 100%;
  object-fit: cover;
}
