.for-the-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    text-align: center;
    background-image: radial-gradient(at bottom center, #FEC854 20%, #FFFFFF00 64%);
    background-color: transparent;
    opacity: 0.5;
}

h1 {
    color: #000;
    font-size: 60px;
    font-family: "lora";
    font-weight: 500;
}
.about_banner .img_box {
    background-color: #EDF2FA;
    background-image: radial-gradient(at bottom left, #FEC85440 11%, #FFFFFF00 27%), url(../img/about-sect2.jpg);
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    padding: 235px 0px 137px 0px;
  }
  .background_overlay {
    background-color: transparent;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 81%;
    width: 100%;
    background-image: radial-gradient(at bottom center, #FEC854 20%, #FFFFFF00 64%);
    top: 89px;
    position: absolute;
    left: 0;
  }
  .background_overlay2 {
    background-color: transparent;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(at top right, #1F5ED8 10%, #EDF2FA 100%);
    top: 0;
    left: 0;
    position: absolute;
  }
/*   
  .banner_breadcrumps span {
    color: #000;
    font-family: "inter";
  }
  
  .banner_breadcrumps a:hover {
    color: #000;
    text-decoration: none;
  }
  
  .banner_breadcrumps a {
    font-family: "inter_m";
    z-index: 1;
    color: #0B1A3080;
  }
  
  .banner_breadcrumps {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
  }
  
  .banner_breadcrumps i {
    font-size: 17px;
    font-weight: 800;
    z-index: 1;
    color: #0B1A3080;
  } */


.page-info{
    margin-top: 70px;
}
.info {
    margin-top: 21px;
}
.page-info a {
    color: black;
    font-weight: 500;
}
.info h4 {
    font-size: 21px;
    font-family: "lora";
    font-weight: 700;
}
.page-info-sec{
    padding-bottom: 80px;
}
span.text-bold {
    font-weight: 700;
    font-size: 17px;
}
.page-info-sec-policy{
    padding-bottom: 120px;
}
.about_banner .img_box {
    background-color: #EDF2FA;
    background-image: radial-gradient(at bottom left, #FEC85440 11%, #FFFFFF00 27%), url(../img/about-sect2.jpg);
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    padding: 235px 0px 137px 0px;
  }
  .background_overlay {
    background-color: transparent;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 81%;
    width: 100%;
    background-image: radial-gradient(at bottom center, #FEC854 20%, #FFFFFF00 64%);
    top: 89px;
    position: absolute;
    left: 0;
  }
  
  /* .banner_breadcrumps span {
    color: #000;
    font-family: "inter";
  }
  
  .banner_breadcrumps a:hover {
    color: #000;
    text-decoration: none;
  }
  
  .banner_breadcrumps a {
    font-family: "inter_m";
    z-index: 1;
    color: #0B1A3080;
  }
  
  .banner_breadcrumps {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
  }
  
  .banner_breadcrumps i {
    font-size: 17px;
    font-weight: 800;
    z-index: 1;
    color: #0B1A3080;
  } */
