/*
Compile-Minify: true
Compile-Area: everywhere
Compile-OutputGroup: headtag
Compile-Exports: refund
Compile-Dependencies: 
*/

.refund-section-top img {
  width: 100%;
  height: 318px;
  object-fit: cover;
  border-radius: 16px;
}

.refund-path-con {
  position: absolute;
  top: 30%;
  left: 2.5%;
}

.refund-path-con a {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  color: #F2F0EA;
}

.refund-us-text {
  position: absolute;
  top: 50%;
  left: 2.5%;
  font-family: Oswald;
  font-size: 48px;
  font-weight: 700;
  line-height: 71px;
  color: #F2F0EA;
}

.refund-section-bottom-left {
  width: 32%;
  padding-left: 25px;
  position: sticky;
  top: 0;
  height: fit-content;
}

.refund-search-form {
  width: 70%;
  border-bottom: 1px solid #383634;
  padding: 10px;
}

.refund-section-bottom-left .side-nav {
  width: 50%;
  padding: 30px;
}

.refund-section-bottom-left .side-nav a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #383634;
}

.refund-search-form input[type="search"]{
  border: none;
  background-color: #F2F0EA;
  outline: none;
}

.refund-search-form button {
  border: none;
  outline: none;
}

.refund-section-bottom-right {
  width: 60%;

}

.refund-section-bottom-right > div {
  width: 74%;
  margin-right: auto;
}

#personal-information p:first-of-type,
#how-personal p:first-of-type,
#sharing-info p:first-of-type,
#behaviora-add p:first-of-type,
#no-track p:first-of-type,
#your-rights p:first-of-type,
#data-retension p:first-of-type,
#changes p:first-of-type,
#minors p:first-of-type,
#contactus p:first-of-type {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  padding-top: 30px;
}

@media (min-width: 576px) and (max-width: 768px) {
  .refund-section-bottom-left .side-nav {
    display: none;
  }

  .refund-section-bottom-left {
    display: none;
  }

  .refund-section-bottom-right {
    width: 95.5%;
  }

  .refund-section-bottom-right > div {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .refund-section-bottom-left .side-nav {
    display: none;
  }

  .refund-section-bottom-left {
    display: none;
  }

  .refund-section-bottom-right {
    width: 95.5%;
  }

  .refund-section-bottom-right > div {
    width: 100%;
  }
}