.benefits {
    padding: 5rem 0;
    text-align: center;
}

.benefits .head-sec h3 {
    text-align: center;
}

.benefits .cont {
    margin-top: 80px;
    margin-bottom: 55px;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(275px, 1fr));
    justify-items: flex-end;
    align-items: stretch;
    row-gap: 2.5rem !important;
    gap: .8rem;
}

.benefits .cont .box {
    padding: 3rem 1rem 2rem;
    background-color: #f8f2fd;
    position: relative;
    text-align: center;
    border-radius: .5rem;
}

.benefits .cont .box h4 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 1rem 0;
    color: #1b072c;
}

.benefits .cont .box p {
    color: #766e7d;
    font-size: .9rem;
}

.benefits .cont .box .icon {
    position: absolute;
    top: -12%;
    left: 40%;
    border-radius: 50%;
    box-shadow: 0 0 10px -2px #8725de;
}

.benefits .btn {
    margin: 0 auto;
}

@media (min-width: 1400px) {
    .benefits .cont {
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(23%, 1fr));
        justify-items: center;
        align-items: stretch;
        gap: 1rem;
    }
}
