.topic {
    background-color: rgba(59, 130, 246, .07);
    padding: 70px 0 130px;
    text-align: center;
    width: 100%;
}

    .topic h1 {
        font-size: 26px;
        padding-bottom: 40px;
    }
.topic .c {
    grid-gap: 35px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    display: grid;
}
.topic .c a {
    background: #fff;
    transition: all 0.3s;
    border-radius: 24px;
    box-shadow: 0px 0px 35px -30px rgb(0, 0, 0, .40);
}
    .topic .c a:hover {
        box-shadow: 0px 1px 35px -15px rgb(0, 0, 0, .44);
        transition: all 0.3s;
    }
.topic .c img {
        border-radius: 50%;
        width: 120px;
        margin-top: 25px;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .25), 0 4px 6px -7px rgba(0, 0, 0, .1);
        height: 120px;
 }
.topic .c h3 {
        font-size: 16px;
        margin: 0;
        padding-bottom: 30px;
        padding-top: 10px;
        color: #3a3a3a;
 }

.mp .c {
    display: flex;
    gap: 30px;
}

.mp {
    padding-top: 70px;
    background: #f9f9f9;
    padding-bottom: 120px;
}

    .mp .newposts {
        flex: 5;
    }

    .mp .lside {
        flex: 2.5;
    }

        .mp .lside h2:not(:first-child) {
            margin-bottom: 10px;
            margin-top: 60px;
        }

        .mp .lside .pd {
            display: flex;
            flex-direction: column;
            width: 100%;
            row-gap: 10px;
            justify-content: space-around;
        }

    .mp .pdp img {
        width: 120px !important;
        height: 90px;
        border-radius: 10px;
        object-fit: cover;
    }
    .mp .pi a {
        margin-left: 10px;
        color: #606060;
    }
    .mp .pdp {
        display: flex;
        gap: 10px;
        margin-bottom: 15px;
    }
    .mp .pi {
        border-top: 1px dashed #e5e5e5;
        font-size: 15px;
        padding-top: 8px;
    }
    .mp .leftsection .pdp {
        transition: all 0.4s;
        display: flex;
        gap: 10px;
        padding: 10px;
        box-shadow: 0px 0px 35px -30px rgb(0, 0, 0, .50);
        margin-bottom: 15px;
        background: #fff;
        justify-content: space-between;
        border-radius: 24px;
    }
    .mp .lside h2:after {
        content: '';
        position: absolute;
        width: 95px;
        height: 3px;
        background: var(--main-color);
        margin-top: 20px;
        margin-right: 20px;
        border-radius: 20px;
    }

    .mp .post img {
        height: 260px;
        width: 260px;
        margin-top: -60px;
        border-radius: 24px;
        object-fit: cover;
        box-shadow: 0 0 6px -2px #b5b5b5;
    }

    .mp .post {
        gap: 30px;
        display: flex;
        background: #ffffff;
        margin-top: 60px;
        border-radius: 24px;
        box-shadow: 0px 0px 45px -10px rgba(0, 0, 0, .10);
        padding: 30px;
        transition: all 0.3s;
    }
    .post:hover, .mp .leftsection .pdp:hover {
        box-shadow: 0px 1px 35px -20px rgb(0, 0, 0, .40);
        transition: all 0.4s;
    }
        .mp .post h2 {
            font-size: 22px;
            margin: 0
        }
.mp .post h2 a {
                color: #434343
  }

