html,
body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: 'Rubik', sans-serif;
}

.projects_slider {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.thumb {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  width: 80%;
  background-color: #fff;
  text-align: center;
}

.content {
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  right: auto;
  left: 0;
  bottom: 0;
  background-color: #e7e1d5;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide .content {
  color: #000201;
}

.swiper-slide .content .title {
  font-size: 30px;
  font-weight: bold;
}

.swiper-slide .content .text {
  margin-top: 15px;
  font-size: 21px;
  line-height: 34px;
}

.swiper-slide .content .contact {
  margin-top: 120px;
  background: #dfa930;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  padding: 20px;
}