.big-image {
  padding: 80px 0;
}
.big-image .container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.big-image .wrapper-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}
.big-image .wrapper-content .title > * {
  color: #030D16;
  text-align: center;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  margin: 0;
}
.big-image .wrapper-content .text {
  color: #303A43;
  text-align: center;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.big-image .wrapper-image {
  width: 100%;
  display: block;
  margin: 0;
}
.big-image .wrapper-image .figure {
  width: 100%;
  margin: 0;
}
.big-image .wrapper-image .figure .img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9px;
}
.big-image .wrapper-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 768px) {
  .big-image {
    padding: 40px 0;
  }
  .big-image .container {
    padding: 0 20px;
  }
  .big-image .wrapper-content .title > * {
    font-size: 32px;
    line-height: 40px;
  }
}