.bcom-reason .bcom-reason-img {
    width: 61px;
    height: 61px;
    margin-top: 20%;
}

.bcom-reason .reason-heading {
    font-size: 18px;
    color: #383838;
    font-weight: bold;
    text-align: start;
}

.bcom-reason .feature-text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    /* text-align: justify; */
    text-align: start;
}

.bcom-reason .bcom-reason-title {
    margin-bottom: 40px;
}

.bcom-reason .bcom-reason-title h2 {
    font-size: 32px;
    color: #000000;
    font-weight: bold;
}

.bcom-reason .bcom-reason-title p {
    font-size: 16px;
    color: #0D0D0D;
}

.bcom-reason .main-reason-card {
    text-align: center;
    padding: 33px 27px;
}

.bcom-reason .main-reason-card:hover {
    background: #FF860059;
    border-radius: 100px 0px 100px 0px;
}

@media(min-width:0px) and (max-width:576px) {
    .bcom-reason .bcom-reason-title h2 {
        font-size: 22px;
    }

    .bcom-reason .bcom-reason-title p {
        font-size: 14px;
    }

    .bcom-reason .reason-heading {
        font-size: 16px;
        text-align: center;
    }

    .bcom-reason .bcom-reason-img {
        width: 55px;
        height: 55px;
        margin-top: 0%;
    }

    .bcom-reason .feature-text {
        text-align: center;
    }
}

@media(min-width:577px) and (max-width:768px) {
    .bcom-reason .bcom-reason-title h2 {
        font-size: 28px;
    }

    .bcom-reason .bcom-reason-title p {
        font-size: 14px;
    }

    .bcom-reason .reason-heading {
        font-size: 17px;
        text-align: center;
    }
}

@media(min-width:769px) and (max-width:992px) {
    .bcom-reason .bcom-reason-title h2 {
        font-size: 29px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .bcom-reason .bcom-reason-title h2 {
        font-size: 30px;
    }
}