
.hero{
  height: 100%;
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: 100%;
    padding-top: 158px;
    z-index: 0;
}
.hero--first::before{
  content: "";
    width: 100%;
    height: 500px;
    background-image: url(../img/backround-image.svg);
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}
.title{
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 66px;
  color: #000000;
  margin-bottom: 8px;
}
.description{
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  max-width: 372px;
}
.about {
  font-family: "Montserrat", sans-serif;
  padding: 35px 0 153px;
  position: relative;
  padding-top: 244px;
}

.about__title {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 42px;
  margin-left: 23px;
}
.about__title::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 22.87px;
  top: 3px;
  left: -34px;
  background-image: url(../img/contacts/paw-icon.svg);
  background-repeat: no-repeat;
}
.about__block {
  display: flex;
  align-items: center;
}
.about-img-wrapper {
  width: 336px;
  height: 299px;
  background: #d9d9d9;
  margin-right: 48px;
  margin-left: 24px;
}
.about-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-text {
  max-width: 720px;
  height: 240px;
  overflow-y: scroll;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-top: 18px;
}