.tutorials {
  /*background: linear-gradient(to right, rgb(0 0 0 / 4%), #fffefe);*/
}

.card-tutorials {
  border-radius: 8px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
  /*width: 21rem;*/
}

.tutorials-card-img-top {
  border-radius: 25px;
  padding: 1rem;
}

.tutorials__title {
  font-size: calc(30% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.tutorials__Cardtitle {
  font-size: calc(10% + 0.6vw + 0.5vh);
  font-weight: bold;
  line-height: 2rem;
}

.tutorials__description {
  font-size: calc(10% + 0.5vw + 0.5vh);
  font-weight: normal;
  line-height: 2;
  height: 10rem;
}

.tutorials__description-card {
  font-size: calc(10% + 0.5vw + 0.5vh);
  font-weight: normal;
  line-height: 2;
}

.tutorials__link {
  /*        background: #259639;
                                                            border-radius: 10px;
                                                            font-size: calc(10% + .4vw + .4vh);
                                                            bottom: -44px;
                                                            box-shadow: 0px 20px 30px -3px rgb(37 150 57 / 30%);
                                                            left: 50%;
                                                            transform: translate(-50%, -50%);
                                                            padding: .8rem calc(7% + .3vw + .3vh);*/
}

.tutorials__wrapper {
  border-bottom: 2px solid #e05402;
  display: inline-block;
  padding-bottom: 1.3rem;
  border-radius: 2px;
}

.tutorials__background {
  border-radius: 20px;
  background-color: #0080000d;
}

.tutorials__label-base {
  position: absolute;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  font-size: calc(10% + 0.5vw + 0.5vh);
}
