.study-info {
  background: #f0faff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 600px;
  padding: 70px;
  border-left: 40px solid #fff;
}

.study-action,
.study-action a {
  color: #00517f;
  font-weight: 500;
}

.study-item:nth-child(even) .row {
  flex-direction: row-reverse;
}

.study-item:nth-child(even) .row .study-info {
  left: 0;
  right: initial;
  border-right: 40px solid #fff;
  border-left: initial;
}

.stydy-partner {
  margin-bottom: 20px;
}