.projects__title {
  margin-left: -5px;
  margin-bottom: 40px;
}

.projects__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}

.projects {
  position: relative;
}

.projects__img {
  width: 100%;
  height: 550px;
  display: block;
  border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.projects__flying-text {
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 44px;
  border-radius: 100px;
  background: rgb(120, 90, 255);
  padding: 0 20px;
  height: 47px;
  font-size: 20px;
  line-height: 47px;
  text-align: center;
  color: rgb(0, 0, 0);
  letter-spacing: -0.08em;
}

.projects__name {
  position: absolute;
  bottom: 94px;
  left: 50px;
  color: white;
}

.projects__text {
  position: absolute;
  bottom: 50px;
  left: 50px;
  font-size: 30px;
  line-height: 39px;
  color: white;
}

.projects__link {
  width: 582px;
  height: 153px;
  display: block;
  border-radius: 10px;
  background: rgb(120, 90, 255);
  text-decoration: none;
  font-size: 30px;
  line-height: 150px;
  text-align: center;
  color: black;
}

.projects__link:hover {
  background-color: black;
  border: 1px solid rgb(120, 90, 255);
  color: rgb(120, 90, 255);
}

@media (max-width: 1199px) {
  .projects__title {
    margin-bottom: 53px;
  }

  .projects__list {
    margin-bottom: 65px;
  }

  .projects__img {
    height: 445px;
    border-radius: 24.26px;
  }

  .projects__flying-text {
    top: 40px;
    left: 35px;
    border-radius: 80.87px;
    padding: 0 16.17px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
  }

  .projects__name {
    bottom: 76px;
    left: 40px;
  }

  .projects__text {
    bottom: 40px;
    left: 40px;
    font-size: 24px;
    line-height: 31px;
  }

  .projects__link {
    width: 460px;
    height: 124px;
    border-radius: 8.09px;
    font-size: 24.26px;
    line-height: 124px;
  }
}

@media (max-width: 767px) {
  .projects__title {
    margin-left: 0;
    margin-bottom: 36px;
    width: 206px;
  }

  .projects__list {
    margin-bottom: 60px;
  }

  .projects:last-child {
    margin-top: 8px;
  }

  .projects__flying-text {
    top: 28px;
    left: 33px;
    border-radius: 64.46px;
    padding: 0 18.89px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
  }

  .projects__name {
    bottom: 76px;
    left: 35px;
  }

  .projects__text {
    bottom: 52px;
    left: 35px;
    font-size: 16px;
    line-height: 21px;
  }

  .projects__link {
    width: 100%;
    height: 80px;
    font-size: 18px;
    line-height: 80px;
  }
}
