.blog-pagination ul {
    display: flex;
    gap: 0.625rem;
} 

.icon {
    display: inline-block;
}
.icon svg {
    width: 24px;
    height: 24px;
    display: inherit;
}
.icon img {
    width: 20px;
    height: 20px;
    display: inherit;
}
.img-custom-radius{
    border: 16.0005px solid rgba(44, 76, 172, 0.05);
    border-radius: 27px;
    overflow: hidden;
}
.step .left .count-number{
    color: #2C4CAC;
    font-size: 21px;
    font-weight: 400;
}
.header-logo{
    max-height: 40px;
    width: auto;
}

@media only screen and (max-width: 600px) {

    .header-logo{
        max-height: 34px;
        width: auto;
    }

}
.benefit-icon img{
    width: 100px;
}
.visibility-hidden{
    visibility: hidden;
}

.contributor {
    background: linear-gradient(135deg, hsl(228, 100%, 80%) 0%, hsl(224, 79%, 33%) 100%);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}