.guru-card-context {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0.25rem;
  position: relative;

  align-items: center;
  justify-content: center;
}

.guru-card-link {
  color: black;
  text-decoration: none;
}

.guru-card-link:hover {
  color: black;
}

.guru-no-courses {
  text-align: center;
  width: 100%;
  font-weight: 600;
}

.guru-card {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  margin: 20px 10px 10px 5px;
  white-space: normal;
  cursor: pointer;
  width: 240px;
  min-width: 240px;
  height: 290px;
  border-radius: 0.5rem;

  box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%),
    0 1px 3px 0 rgb(0 0 0 / 12%);

  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 960px) {
  .guru-card {
    width: 360px;
    min-width: 360px;
    height: 435px;
  }
}

@media (min-width: 1280px) {
  .guru-card {
    width: 432px;
    min-width: 432px;
    height: 522px;
  }
}

@media (min-width: 1920px) {
  .guru-card {
    width: 480px;
    min-width: 480px;
    height: 580px;
  }
}

.guru-card-image {
  width: 100%;
  height: 135px;
  border-radius: 0.5rem 0.5rem 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 960px) {
  .guru-card-image {
    height: 202.5px;
  }
}
@media (min-width: 1280px) {
  .guru-card-image {
    height: 243px;
  }
}

@media (min-width: 1920px) {
  .guru-card-image {
    height: 270px;
  }
}

.guru-card-descrition {
  height: calc(100.19px - 1.7rem);
  flex: 1 1 auto;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(108, 117, 125, 0.25);
  padding: 0.95rem 0.95rem 0.75rem;
  overflow: hidden;
}

.guru-card-bot {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center space-between;
  align-items: center;
  margin: 0;
  padding: 0.75rem;
  height: 49px;
}

.guru-card-price {
  text-align: right;
  margin-left: auto;
}

.guru-card-bot-mor {
  min-width: 64px;
  border: 1px solid currentColor;
  border-color: rgba(0, 0, 0, 0.12);
  padding: 0 15px;
  line-height: 34px;
  font-weight: 500;
  text-indent: 0px;
  cursor: pointer;
  border-radius: 4px;
}

@media (max-width: 960px) {
  .guru-card-bot-mor {
    display: none;
  }
}
