.mm-blackSection{
    font-family: Montserrat;
    padding: 5vw 13.3vw 6vw 13.3vw;
    background: #0D0D0D;
    border: 1px solid #2B2B2B;
}
.mm-blackSection h2{
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 2.08vw;
    padding-top: .3vw;
}
.mm-blackSection h2 span{
    font-weight: 600;
}
.mm-blackSection p.main-para{
    font-size: .9vw;
    font-weight: 400;
    text-align: center;
    color: #D9D9D9;
    /* font-weight: 500; */
    line-height: 1.4;
    width: 56vw;
    margin-left: auto;
    margin-right: auto;
    /* font-size: .83vw; */
    padding-top: 1.8vw;
}
.blackSection-block{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4vw;
    gap: 2.7vw;
}
.blackSection-card:hover .blackSection-card-heading{
    border: 1px solid #2B2B2B;
}
.blackSection-card:hover .blackSection-card-heading img{
    background: #EF0D33;
}
.blackSection-card-heading{
    background: #171717;
    border: 1px solid #171717;
    border-radius: 6px;
    padding: 2.1vw 2.1vw 2.1vw 2.7vw;
    display: flex;
}
.blackSection-card-heading img{
    width: 2vw;
    height: 1.4vw;
    padding: .6vw .6vw;
    background: #2B2B2B;
    border-radius: 6px;
}
.blackSection-card-heading h4{
    color: #FFFFFF;
    font-weight: 500;
    font-size: .83vw;
    padding-left: 1vw;
    line-height: 1.5;
}
.blackSection-card-content{
    padding: 2.7vw 3.1vw 3vw 2.7vw;
    height: 14vw;
    background: #171717;
    border-radius: 6px;
    margin-top: 2.8vw;
    position: relative;
}
.blackSection-card-content h5{
    line-height: 1.1;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 2vw;
}
.blackSection-card-content p{
    color: #D9D9D9;
    font-size: .9vw;
    line-height: 1.4;
    /* color: #ABABAB; */
    font-weight: 400;
    /* line-height: 1.5; */
    /* font-size: .94vw; */
    padding-top: 1.1vw;
}
.blackSection-card-content a{
    position: absolute;
    bottom: 2vw;
    display: block;
    letter-spacing: -0.03em;
    color: rgba(239, 13, 51, 0.7);
    font-weight: 600;
    font-size: .84vw;
}
.blackSection-card-content a img{
    width: .6vw;
    padding-left: .1vw;
}
@media only screen and (max-width: 500px) {
    .mm-blackSection{
        padding: 20.2vw 6.3vw 20.3vw 6.3vw;
    }
    .mm-blackSection h2{
        font-size: 6.67vw;
        /* font-size: 7.2vw; */
        text-align: left;
        line-height: 1.2;
    }
    .mm-blackSection p.main-para{
        font-size: 3.49vw;
        /* font-size: 3.6vw; */
        margin-top: 2.3vw;
        text-align: left;
        width: unset;
    }
    .blackSection-card-heading img{
        width: 7vw;
        height: 5.4vw;
        padding: 2.6vw 2.6vw;
    }
    .blackSection-card-heading{
        padding: 5.1vw 4.1vw 5.1vw 4.7vw;
        height: 14vw;
    }
    .blackSection-card-heading h4{
        font-size: 3.3vw;
        padding-left: 4vw;
        width: 52vw;
    }
    .blackSection-block{
        padding-top: 11.9vw;
        display: flex;
        overflow-x: scroll;
        padding-right: 0;
        gap: 5vw;
    }
    .blackSection-card-content{
        padding: 7.1vw 4.1vw 7.1vw 4.7vw;
        margin-top: 7.8vw;
        height: 49vw;
    }
    .blackSection-card-content h5{
        font-size: 5vw;
    }
    .blackSection-card-content p{
        font-size: 3.49vw;
        /* font-size: 3.6vw; */
        padding-top: 2.1vw;
    }
    .blackSection-card-content a{
        font-size: 3.84vw;
        bottom: 6vw;
    }
    .blackSection-card-content a img{
        width: 2.3vw;
        padding-left: 1.1vw;
    }
  .blackSection-block::-webkit-scrollbar{
        width: 0px;
        height: 0px;
    }
}