
        .widget_donate {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            margin-bottom: 30px;
        }
        .widget_donate .widget-title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 20px;
        }
        .widget_donate .cause-price {
            font-size: 18px;
            margin-bottom: 15px;
        }
        .widget_donate .progress {
            height: 20px;
            border-radius: 10px;
            margin-bottom: 15px;
        }
        .widget_donate .progress-bar {
            border-radius: 10px;
        }
        .widget_donate .cause-info {
            font-size: 16px;
            margin-bottom: 15px;
        }
        .widget_donate .btn-primary {
            background-color: #ff5a5f;
            border-color: #ff5a5f;
            color: #fff;
            padding: 10px 20px;
            border-radius: 5px;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            width: 100%;
            margin-bottom: 20px;
        }
        .widget_donate .btn-primary:hover {
            background-color: #e14e4e;
            border-color: #e14e4e;
        }
        .widget_donors {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            margin-bottom: 30px;
        }
        .widget_donors .widget-title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 20px;
        }
        .widget_donors ul {
            list-style: none;
            padding: 0;
        }
        .widget_donors ul li {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        .widget_donors ul li .image {
            margin-right: 15px;
        }
        .widget_donors ul li .image img {
            border-radius: 50%;
            width: 50px;
            height: 50px;
        }
        .widget_donors ul li .content {
            flex: 1;
        }
        .widget_donors ul li .content h6 {
            margin: 0;
            font-size: 16px;
            font-weight: 600;
        }
        .widget_donors ul li .content span {
            display: block;
            font-size: 14px;
            color: #777;
        }
        .social-buttons {
            margin-top: 20px;
            display: flex;
            justify-content: space-between;
            padding-bottom: 40px;
        }
        .social-buttons .btn {
            flex: 1;
            margin-right: 10px;
        }
        .social-buttons .btn:last-child {
            margin-right: 0;
        }

.breadcrumb-inner .page-title{
	font-size: 42px;
        font-weight: 700 !important;
	font-style: 
}

@media (max-width: 767px) {
    .breadcrumb-inner .page-title {
        font-size: 18px !important;
    }
}

@media (max-width: 991px) {
    .rpy-125 {
        padding-bottom: 30px !important;
    }
}

@media only screen and (max-width: 991px) {
.rpy-125 {
        padding-top: 30px !important;
    }
}

@media (max-width: 767px) {
    .py-60 {
        padding-top: 15px !important;
    }
}