.rait-block__wrap {
  min-height: 400px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  justify-content: center;
  padding: 30px;
}
@media (max-width: 990px) {
  .rait-block__wrap {
    padding: 20px;
    min-height: auto;
  }
}
.rait-block__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rait-block__title {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .rait-block__title {
    font-size: 32px;
    text-align: center;
  }
}
.rait-block__text {
  font-size: 40px;
  font-weight: 400;
  z-index: 2;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .rait-block__text {
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.rait-block__btn {
  z-index: 2;
  position: relative;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  max-width: 150px;
  width: 100%;
}
@media (max-width: 576px) {
  .rait-block__btn {
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
  }
}
.rait-block__bottom {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .rait-block__bottom {
    flex-direction: column;
  }
}
.rait-block__star {
  display: flex;
  align-items: center;
}
.rait-block__star img {
  margin: 0 5px 0 0;
  height: 28px;
  width: 28px;
}
.rait-block__star-text {
  margin-left: 20px;
  margin-right: 15px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .rait-block__star-text {
    margin: 0 0 10px 0;
  }
}
.rait-block__star-text span {
  font-size: 35px;
}

/*# sourceMappingURL=rait.css.map */
