.study-modes {
  padding: 40px 20px;
  text-align: center; 
}

.study-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}

.study-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.study-card {
  width: 194px;
  text-align: center;
  position: relative;
  border-right: 2px solid;
  height: 100px;
}

.final {
   border-right: none;
}

.study-card img {
  max-width: 100px;
  margin: 0 auto 15px auto;
  display: block;
  position: absolute;
  left: 0px;

}

.study-card p {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  position: absolute;
  left: 104px;
  top: 34px;
}
