.headline-content {
    max-width: 1000px;
    margin: 0 auto;
}

.headline-content h1 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.headline-content h1 span {
    text-shadow: none;
}

.headline-content p {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
    .headline-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.results-feet{
    background: var();
}

.results-feet-text{
    background: var(--primary-color-dark);
    padding: 40px 15px;
    text-align: center;

    position: relative;
}
.results-feet-text span{
  display: inline-block;
  color: var(--light-color);
  max-width: 39ch !important;
  margin-inline: auto;
}

.triangle.feet{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 276px;
}

.triangle.rotate{
    transform: rotate(-90deg);
}

@media (max-width: 700px) {
    .triangle.rotate{
        transform: rotate(0deg);
    }
}

.results-feet-text h2{
    margin-bottom: 0;
    color: var(--third-color);
}

.results-feet-img{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding: 60px 15px;
}

@media (max-width: 700px) {
    .results-feet-img{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}

.results-feet-img img{
    max-width: 100%;
    width: 300px;
}
@media (max-width: 700px) {
    .results-feet-img img{
        max-width: 100%;
        width: 200px;
    }
}

@media (max-width: 599px) {
    .results-feet-text h2{
        font-size: 1.2rem;
    }
}

#testimonials{
    background-image: linear-gradient(to bottom, var(--primary-color-light), var(--secondary-color-dark));
}

#testimonials .card {
  padding: 1.5rem;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
}

@media(max-width: 375px) {
  #testimonials .card {
    padding: 1.5rem 1rem;
  }
}

#testimonials .card:last-of-type {
  border-bottom: 0;
}

#testimonials .card-container {
  background-color: #f6f6f6;
}

#testimonials .col-lg-12 {
  padding: 0px;
}

#testimonials .card h4 {
  color: var(--primary-color);
  font-weight: 700;
  text-align: left;
}

#testimonials .stars i {
  color: #de7921;
}

#testimonials .reviewed-on {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}

#testimonials .verified {
  color: #565959;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 1em;
}

#testimonials .verified span:last-of-type {
  color: #de7921;
}

#testimonials .verified div {
  width: 1px;
  height: 16px;
  background-color: #bdbdbd;
}

#testimonials .purchase {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  border-bottom: none;
  align-items: center;
}

#testimonials .purchase img {
  max-width: 40px;
}

#testimonials .purchase p {
  margin: 0;
}

#testimonials .user {
  max-width: 200px;
  margin-bottom: 1rem;
}

@media(max-width: 991px) {
  #testimonials .user {
    float: inherit;
    margin: 0px;
  }
}

#testimonials .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width: 991px) {
  #testimonials .user img {
    margin-bottom: 1rem;
  }
}

#testimonials .helpful-report {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  font-size: 14px;
}

#testimonials .helpful-report .helpful {
  border: solid 1px var(--text-color);
  border-radius: 30px;
  padding: 5px 25px;
}

#testimonials .helpful-report .share {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

#testimonials .helpful-report .report {
  color: #979797;
}

.text-user p {
  color: #565959;
  font-size: 16px;
}

.purchase img {
  max-width: 40px;
  border-radius: 50%;
}

.ebooks{
  padding: 60px 0;
}

.ebook-title{
  padding: 40px 15px;
  background-color: var(--primary-color-dark);
}

.ebooks h2{
  text-align: center;
}

.ebook-container{
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0px 16px;
  margin-top: 230px;
}
@media(max-width: 900px) {
  .ebook-container{
    flex-direction: column;
    gap: 220px;
    margin-top: 200px;
  }
}

.ebook-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  max-width: 900px;
  border-radius: 60px;
  padding: 0px 20px 40px 20px;

  background-image: radial-gradient(var(--secondary-color-dark), var(--primary-color));
  color: var(--light-color);
}

.ebook-text ul li{
  text-align: left;
}

.ebook-text h4{
  text-align: center;
}

.ebook-info img{
  flex: 1;
  max-width: 100%;
  margin-top: -150px;
}
@media(max-width: 900px) {
  .ebook-info img{
    max-width: 80%;
    margin-top: -150px;
  }

  .ebook-text p{
    font-size: 0.8rem;
  }

  .ebook-text ul li{
    font-size: 0.8rem;
  }
}