.content-block {
  padding: 20px 0;
}
.content-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
  text-align: justify;
}

.image-wrapper {
  position: absolute;
  transition:
    transform 0.3s ease,
    z-index 0.3s ease;
}

.image-wrapper img {
  width: 240px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  border: 5px solid #fff;
}

.image-wrapper:nth-child(2):hover {
  transform: translateX(-50%) scale(1.2) !important;
}
.single-section h2 {
  color: var(--secondary);
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  margin: 20px 0;
}
.single-section p {
  font-weight: 400;
  font-size: 16px;

  padding: 15px 0;
  max-width: 100%;
  margin: 0 auto;

  color: #525252;
}
.single-header {
  line-height: 1.2;
}
.single-header h2 {
  margin: 0;
  text-align: left;

  margin-top: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.single-header p {
  margin: 0;
  padding-top: 0;
}
img {
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .single-section h2 {
    font-size: 38px;
  }
}
