.text-icon-wrap{
    display: flex;
    justify-content: center;
    gap: 50px;
    text-align: center;
    margin-top: 50px;
}

.text-icon-img{
    margin-bottom: 25px;
}

.text-icon-item{
    flex-grow: 1;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 300px;
}

.text-icon-heading h2{
    text-align: center;
}
.text-icon-heading p{
    text-align: center;
    max-width: 900px;
    margin: auto;
}
.text-icon-img img{
    height: 40px;
    object-fit: cover;
    width: auto;
}
@media (max-width: 475px) {
    .text-icon-wrap{
        flex-direction: column;
    }
    .text-icon-item{
        flex-basis: unset;
    }
}
