.tremsSectionHeader {
  background-image: url("../Images/services/serviceBgSec1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.tremsSectionHeader div {
  height: 100%;
  gap: 1rem;
}
.tremsHeaderText p {
  font-weight: 700;
  font-size: 45px;
  text-align: center;
}

.refund-policy-container {
  width: 100%;
  padding: 24px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

.intro-text {
  font-size: 24px;
  font-weight: 700;
}

.refund-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}



.refund-section p {
  font-size: 20px;
  font-weight: 400;
}

a {
  color: #0084b0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
.refCardContainer {
  gap: 50px;
}

.card {
  width: 568px;
  height: 280px;
  border-radius: 20px;
  background-color: #76ffe214;
  padding: 20px;
}

.card img {
  width: 74px;
  height: 74px;
}
.card h5 {
  font-weight: 700;
  font-size: 24px;
  background: linear-gradient(180deg, #01989b 0%, #00aa6c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  color: transparent;
  display: inline-block;
}
.card p {
  font-weight: 400;
  font-size: 20px;
}

@media screen and (max-width: 1024px) and (min-width: 320px) and (max-height: 1366px) and (min-height: 300px) {
  .tremsSectionHeader {
    background-image: url("../Images/services/mainServiceSec1Mob.png");
  }

  .tremsHeaderText p {
    font-weight: 700;
    font-size: 34px;
  }
  .refund-policy-container {
    gap: 2rem;
    padding: 40px;
  }
  .intro-text {
    font-size: 20px;
  }

  .refund-section p {
    font-size: 16px;
  }
  .card {
    width: 100%;
    height: 100%;
    padding: 15px;
  }
  .card img {
    width: 56px;
    height: 56px;
  }
  .card h5 {
    font-size: 19px;
  }
  .card p {
    font-size: 14px;
  }
}
