.distributor-bg {
  position: relative;
  position: relative;
  background-image: url(../../assets/images/flexi-cap/darkbluebanner.jpg);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  padding-block: clamp(7rem, 9vw, 11rem);
  padding-inline: clamp(0rem, 9vw, 0rem);
}
.distributor-bg h2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: clamp(2.4rem, 2.813vw, 3.6rem);
  line-height: clamp(3.2rem, 2.813vw, 5rem);
  color: #ffffff;
}
@media (max-width: 767px) {
  .distributor-bg h2 {
    text-align: center;
  }
}

.who-are-we-wrap {
  padding: 4rem 0 8rem;
  background: #fbf8f0;
}
.who-are-we-wrap .section-title {
  font-size: clamp(2rem, 2.813vw, 3rem);
  line-height: clamp(2.8rem, 2.813vw, 3.8rem);
  margin-bottom: 0;
  text-align: center;
  position: relative;
  padding: 4rem;
  margin-bottom: 4rem;
}
@media (width <= 767px) {
  .who-are-we-wrap .section-title::after {
    bottom: 0;
  }
}
.who-are-we-wrap .who-are-we {
  display: grid;
  grid-template-columns: auto auto;
  gap: 6.8rem;
}
@media (max-width: 767px) {
  .who-are-we-wrap .who-are-we {
    grid-template-columns: auto;
    gap: 2.5rem;
    padding: 0 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .who-are-we-wrap .who-are-we {
    grid-template-columns: auto;
    place-items: center;
  }
}
.who-are-we-wrap .who-are-we p {
  font-weight: 400;
  font-size: clamp(1.2rem, 2.813vw, 1.6rem);
  line-height: 2.4rem;
}
.who-are-we-wrap .who-are-we img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .who-are-we-wrap {
    padding: 0;
  }
}

.fundDownload {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .fundDownload {
    padding: 40px 0;
  }
}
.fundDownload .fundDownloadWrapper .section-title {
  font-size: clamp(2rem, 2.813vw, 3rem);
  line-height: clamp(2.8rem, 2.813vw, 3.8rem);
  margin-bottom: 0;
  text-align: center;
  position: relative;
  padding: 0 0 4rem;
  margin-bottom: 4rem;
}
.fundDownload .fundDownloadWrapper .fundDownloadGrid {
  background: #fbf8f0;
  border-radius: 8px;
  padding: 2.4rem;
}
.fundDownload .fundDownloadWrapper .fundDownloadGrid h4 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .fundDownload .fundDownloadWrapper .fundDownloadGrid {
    gap: 10px;
    padding: 1.6rem;
  }
}
.fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent {
  /* display: flex; */
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
  /* flex-wrap: wrap; */
  gap: 1.6rem 24px;
  /* width: 100%; */
  /* align-items: center; */
  align-items: stretch;
  /* justify-content: space-between; */
}
@media (max-width: 767px) {
  .fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent {
    row-gap: 10px;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  }
}
.fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: 8px 24px;
  background-color: #fff;
  border-radius: 16px;
  cursor: pointer;
  flex: 1 0 48%;
  position: relative;
}
.fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap:last-child {
  /* flex: 0 0 49%; */
}
@media (max-width:1280px) {
  .fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap:last-child {
    /* flex: 0 0 49%; */
  }
}
@media (max-width:800px) {
  .fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap:last-child {
    /* flex: 1 0 49%; */
  }
}
.fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap p {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 0;
}
.fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap a[download] {
  color: #2c85b8;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media (max-width: 767px) {
  .fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap a[download] {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
.fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap:hover::after {
  width: 60px;
  height: 60px;
  top: 0;
}
@media (max-width: 767px) {
  .fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap:hover::after {
    display: none;
    width: 60px;
    height: 60px;
  }
}
.fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap::after {
  content: "";
  /* background-image: url("../../assets/images/common/download.png"); */
  width: 0;
  height: 0;
  background-color: #03106a;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  border-radius: 0px 16px 0px 70px;
  top: -5px;
  transition: all 0.3s ease-in-out;
  background-position: 60% 30%;
}

.fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap:hover a.download-icon
{
  opacity: 1;
  visibility: unset;
}
.fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap a.download-icon
{
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 5px;
  right: 18px;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}