.header-margen {
    margin-top: 10px;
    margin-bottom: 10px;
  }
.centered-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.tp-section-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 38px;
  }
}

.tp-section-text-inside {
  font-weight: 300;
  font-size: auto;
  line-height: auto !important;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-text-inside {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-text-inside {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .tp-section-text-inside {
    font-size: 38px;
  }
}

.image-bg {
  position: absolute;
  z-index: -1;
} 

.tp-btn-black {
  background-color: black;
}

.information {
background-color: #E2D8F1; 
min-width: 600px; 
min-height: 600px; 
border-radius: 15px;
}

@media (max-width: 767px) {
  .information {
    min-width: 360px; 
    min-height: 360px; 
    border-radius: 15px;
  }
}

.bg-custom-1 {
  background-color: #A166FD;
  min-width: 1125px;
  min-height: 485px;
}

@media (max-width: 767px) {
  .bg-custom-1 {
  min-width: 281.5px;
  min-height: 121.5px;
  }
}

.margin-footer {
  margin-bottom: 20px;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .margin-footer {
    margin-bottom: 8.75px;
    margin-top: 8.75px;
  }
}

.z-index-position-general {
  position: relative;
  z-index: 5;
}