.about__item {
  margin-bottom: 60px;
}
.about__item .thumb {
  height: 300px;
  position: relative;
}
.about__item .thumb svg {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 0;
  z-index: 1;
}
.about__item .thumb img {
  max-width: 70%;
  max-height: 100%;
  border-radius: 8px;
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
}
.about__item .text {
  font-size: 18px;
  color: #000;
  position: relative;
  z-index: 5;
}
.about__item .text p {
  font-size: 18px;
  color: #000;
}
