.activity-new-left {
    padding: 16px 50px;
    display: flex;
    flex-wrap: wrap;
}

.activity-new-left p {
    line-height: normal;
}

.activite-new-box {
    width: 48%;
    margin: 1%;
    box-shadow: 4px 4px 10px #dcdcdc;
    padding: 10px 14px;
}

.activite-new-title {
    text-align: center;
    font-size: 27px;
    margin-top: 50px;
}

.activite-new-dot {
    width: 15px;
    height: 15px;
    background: #3cc78f;
    border-radius: 50%;
    margin-top: 4px;
    margin-right: 8px;
}

.activite-new-sub-title {
    font-size: 20px;
    margin-top: 10px;
    line-height: normal;
}

.activity-new-right {
    margin: 50px;
    display: flex;
    box-shadow: 4px 4px 10px #dcdcdc;
    padding: 30px;
}

.activity-new-right img {
    width: 264px;
    margin-right: 40px;
    border-radius: 50%;
    border: 4px solid #3cc78f;
}

.activity-new-right span {
    font-weight: bold;
    font-size: 19px;
    color: #3cc78f;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .activity-new-right {
        margin: 16px;
        flex-wrap: wrap;
    }
    .activity-new-right img {
        margin: 20px auto;
    }
    .activity-new-right div {
        text-align: center;
    }
    .activity-new-left {
        padding: 16px;
    }
    .activite-new-box {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
}

.causes_content {
    height: 350px;
    overflow-y: scroll;
}