.counter,
.counter-text h1 {
    font-size: 2rem;
    font-weight: 700
}

.about1 {
    padding-top: 120px
}

.about-img img {
    width: 100%;
    height: auto;
    padding: 30px;
    background-color: #d6d3d3;
    border-radius: 20px
}

.about-con {
    padding: 70px 50px;
    border-radius: 20px;
    text-align: justify
}

.card,
.counter-text h1,
h3 {
    text-align: center
}

h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #000000;
    font-weight: bold;
    ;
}

.award {
    padding: 30px 15px;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #5d5d5dcf;
    background-blend-mode: darken
}

.counter-text h1 {
    line-height: 1.4;
    color: #fff
}

.counter-section {
    gap: 15px
}

.card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    padding: 20px;
    width: 100%;
    max-width: 250px;
    margin: 0 auto
}

.counter {
    color: #ef2d2d;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
}

p {
    font-size: 18px
}

.plus-icon {
    color: #ef2d2d;
    font-size: 32px;
    font-weight: bold;
}

.counter-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    /* change if your background is light */
}