.gallery {
  margin: 170px 135px;
  display: flex;
  flex-direction: row;
}
.gallery .gallery__images {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 570px;
  gap: 30px;
  margin-right: 130px;
}
.gallery .gallery__images .gallery__images-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.gallery .gallery__images .gallery__images-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.gallery .gallery__text {
  margin-top: 124px;
}
.gallery .gallery__text .gallery__text-heading {
  font-family: "Sen", sans-serif;
  font-style: normal;
  width: 470px;
  height: 104px;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -0.02em;
  color: #05101f;
  margin: 0;
}
.gallery .gallery__text .gallery__text-content {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #52575f;
  width: 470px;
  height: 84px;
  margin-top: 16px;
  margin-bottom: 38px;
}
.gallery .gallery__text .btn {
  width: 180px;
  height: 64px;
  border-radius: 32px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
