.ombudsmanBanner {
  background-image: url('../assets/Llquidity-risk-disclosure/liquidityrisk.png');
  height: 340px;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.ombudsmanBanner h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #ffffff;
}

.ombudsmanTitle {
  background-color: #DB2E34;
  border-radius: 20px;
  width: 45%;
}

.ombudsmanContainer {
  margin-top: 1% !important;
  border-radius: 24px;
  position: relative;
  border: 1px solid #DB2F35;
  background: #FFEDED;
}



.ombudsmanCard {
  border-radius: 14px;
  border: 1px solid #0000002b;
  background: #FFF5F2;
}
.ombudsmanPdfContain {
  border-radius: 11px;
  border: 1px solid #000;
  background: #FFF5F2;
}
.ombudsmanPdfContain:hover {
  border-radius: 11px;
  border: none;
  background: #E8585D;
  color: #ffffff;
  cursor: pointer;
}
.ombudsmanPdfContain:hover .annualpdf {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
.ombudsmanPdfContain:hover .annualpdficon {
  fill: #E8585D !important;
  stroke: #E8585D !important;
}
.ombudsmanPdfContain h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.ombudsmanSectionTitle {
  color: #DB2E34;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.ombudsmanCard p,
.ombudsmanCard a {
  color: #1d1d1f;
  font-size: 18px;
}

.ombudsmanPortalBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 10px;
  background: #ffffff;
  padding: 10px 16px;
  font-weight: 600;
}
.portalLinkIcon {
  font-size: 16px;
}

.ombudsmanPortalBtn:hover {
  background: #E8585D;
  color: #ffffff;
  border-color: #E8585D;
}

@media screen and (max-width: 600px) {
  .ombudsmanBanner {
    height: 200px;
    background-size: unset;
  }

  .ombudsmanBanner h1 {
    font-size: 22px;
    line-height: normal;
  }

  .ombudsmanTitle {
    width: 75%;
  }

  .ombudsmanContainer {
    margin-top: 10% !important;
  }



  .ombudsmanSectionTitle {
    font-size: 19px;
  }

  .ombudsmanCard p,
  .ombudsmanCard a {
    font-size: 15px;
  }

  .ombudsmanPdfContain h4 {
    font-size: 14px !important;
    line-height: 22.6px;
  }
}
