.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;
}



.about_banner .img_box {
    background-color: #EDF2FA;
    background-image: radial-gradient(at bottom left, #FEC85440 11%, #FFFFFF00 27%), url(../img/hero-blog.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;
  }
.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;
}
.cookie-policy-sec{
    padding-bottom: 120px;
}
li{
    text-decoration: dotted;
}
.this p{
    margin-left: 27px;
}
span {
    font-size: 15px;
}