.about {
  font-family: RobotoMedium;
  color: #242424;
}

.about__title {
  font-family: CraftWorkBold;
  font-size: 3.23vw;
  line-height: 3.89vw;
  position: relative;
  margin: 5vw 0 4.44vw;
}

.about__container {
  margin: 0 auto;
  width: 57%;
}

.about__container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.1vw;
}

.about__text p {
  font-size: 1.39vw;
  line-height: 1.81vw;
  margin-bottom: 1.7vw;
}

.about__text p:last-child {
  margin-bottom: 0;
}

.about__star {
  width: 4%;
  left: -6%;
  top: -14%;
  position: absolute;
}

.about__galery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.55vw;
}

.about__galery img {
  width: 49.5%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.1vw;
}

.about__galery img:last-child {
  margin-top: 0.56vw;
  width: 100%;
}

.about__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2.5vw auto 5vw;
  padding: 0 0.5vw;
}

.about__buttons .outerLink:first-child {
  width: 100%;
  margin: 0;
}

.about__buttons .outerLink:first-child .outerLink__arrow {
  width: 1.39vw;
  height: 1.39vw;
}

.about__buttons .outerLink {
  width: 48%;
  margin-top: 1.11vw;
}

.about__buttons .outerLink__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__buttons .outerLink__arrow {
  width: 1.25vw;
  height: 1.25vw;
}

.about__galery-container {
  margin: 2.5vw 0;
}

.about__galery-container a {
  font-size: 0.97vw;
  line-height: 1.39vw;
  margin-top: 0.56vw;
  color: #797979;
}

.main_photo {
  margin-bottom: 2.5vw;
}

.gradient__radius {
  border-radius: 1.1vw;
  padding-top: 3.33vw;
}

.buttons__container {
  margin: 0 auto;
  width: 57%;
}

@media screen and (max-width: 630px) {
  .about {
    margin-top: 1.1vw;
  }
  .about__container {
    margin: 0;
    width: 100%;
    padding: 0 4.62vw;
  }
  .about__container img {
    height: 41.2vw;
    margin: 4.62vw 0 5.5vw;
  }
  .about__text p {
    font-size: 3.59vw;
    line-height: 4.61vw;
    margin-bottom: 4.7vw;
  }
  .about__title {
    font-size: 6.41vw;
    line-height: 8.72vw;
    margin: 8.7vw 0;
    width: 90%;
  }
  .about__star {
    left: -3.5vw;
    top: -3vw;
  }
  .about__star svg {
    width: 2.5vw;
  }
  .about__title > .about__title--text {
    padding: 0;
  }
  .about__galery {
    margin-bottom: 0.55vw;
    display: block;
  }
  .about__galery img {
    width: 100%;
    margin: 0 0 1vw;
  }
  .about__galery img:last-child {
    margin-top: 0.56vw;
  }
  .about__galery-container {
    margin: 9vw 0;
  }
  .about__galery-container a {
    margin-bottom: -0.45vw;
    font-size: 3.07vw;
    line-height: 4.10vw;
    color: #797979;
  }
  .about__buttons {
    margin: 0;
  }
  .about__buttons .outerLink:first-child {
    margin-bottom: 4.2vw;
  }
  .about__buttons .outerLink:first-child .outerLink__arrow {
    width: 4.10vw;
    height: 4.10vw;
  }
  .about__buttons .outerLink__text {
    font-size: 4.62vw !important;
    padding: 2.07vw 0 !important;
  }
  .about__buttons .outerLink__text .desktop_only {
    display: none;
  }
  .about__buttons .outerLink__arrow {
    width: 3.08vw;
    height: 3.08vw;
  }
  .gradient__radius {
    border-radius: 1.7vw;
    padding: 0;
  }
  .buttons__container {
    margin: 8.21vw 0 16.41vw;
    padding: 0;
    width: 100%;
  }
}
