
.blog-section a{
    color: #ffffff;
    font-weight: 700;

}
.blog-section p{
    color: #ffffff;
    text-align: left;
}
.blog-section .card {
    background: #272727;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.blog-section .card .body {
    color: #444;
    padding: 20px;
    font-weight: 400;
}
.blog-section .card .header {
    color: #444;
    padding: 20px;
    position: relative;
    box-shadow: none;
}

.blog-section .card{
  position: sticky;
  top: 104px;
}

.blog-section{
    margin-top: 104px;
}


.blog-section .cont-area{
    margin-top: 30px;
}

.blog-header {
    text-align: left;
    text-decoration: none;
    padding: 21px 0;
    line-height: 42px;
}

.blog-header a{
    text-decoration: none;
}

.img-post img{
    width: 100%;
    border-radius: 10px;

}


.blog-section ul li{
    text-align: left;
    color: #fff;
}

.header h2{
    color: #fff;
    text-align: left;
}

.single_post{
    display: flex;
    gap: 10px;
    margin-bottom: 13px;
}

.card-right .img-post{
    width: 86%;
}

.card-right p{
    font-size: 15px;
    width: 100%;
}

.card-right a{
    font-weight: 400;
}

.card-right a:hover{
    color: #B6007B;
}

  .tab-content {
    padding: 20px;
    color: #fff;
  }
  .privacy-button{
    font-weight: 800;
    color: #D80077 !important;
  }

  .cookie-button{
    font-weight: 800;
    color: #D80077;
    text-decoration: none;
  }

  .term-section{
    margin-top: 101px;
  }

  .term-section-div{
    background-color: #272727;
    padding: 30px;
    
  }

  .term-section-div ul li{
    padding: 0;
  }

  .nav-link{
    color: #B6007B;
    font-weight: 500;
  }

  .nav-link:hover{
    color: #B6007B;
  }
