body {
    margin: 0;
    color: #333;
    overflow-x: hidden;
    font-family: var(--body-font);
    font-size: 15px;
}
hr {
    margin-top: 3px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px dotted;
}
.about-area .about-title-content .section-paragraph span {
    
    line-height: 30px;
  font-size: 16px!important;
  color:#000;
}
.about-area .about-title-content .section-title {
    width: calc(100% / 3);
}
.about-area .about-title-content .section-paragraph {
    width: 60%;
}
.single-donation-category-item {

    border-radius: 28px;
}

.navbar-area.nav-style-02 .nav-container .logo-wrapper {
    
    padding: 3px 20px 3px 3px!important;
}
  .help-and-support-right .support-img::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 55px;
    height: 590px;
    top: -20%;
    right: 0%;
    border-radius: 30px;
    transform: rotate(35deg);
    background-color: var(--main-color-one);
}
  .single-gallery-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px;
  }

.title-sm{
color: #fff;  
}
.header-area.header-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   
    background: linear-gradient(0deg, rgb(117 0 98 / 0%) 0%, rgb(238 11 82 / 0%) 100%);;
}

.section-title .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: var(--heading-font);
    margin-bottom: 14px;
    margin-top: 5px;
}

.single-donation-category-item .hover-content .title {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 20px 0;
}

.donation_wrapper a {
      margin-top: 0px;
}

.info-items-02 li.volunteer {
    font-weight: 700;
    font-size: 14px;
    margin-left: 10px;
  display: none;
}

.padding-top-120 {
    padding-bottom: 60px!important;
}

.breadcrumb-area .breadcrumb-inner {
    padding: 110px 0 60px 0;
    text-align: center;
}
.billing-details {
    margin: 0;
    padding: 65px;
    list-style: none;
    border-radius: 10px;
    background: transparent;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%);
    background-image: url(https://nandighoshafoundation.in/assets/uploads/media-uploader/small_donation_filled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 510px;
    font-size: 13px;
}
.padding-120 {
    padding-top: 60px;
    padding-bottom: 120px;
}