section#usps{
    position: relative;
    padding: 80px 0;
}

section#usps .uspwrapper{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    column-gap: 40px;
    row-gap: 20px;
}

section#usps .uspwrapper .usp{
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

section#usps .uspwrapper .usp i{
    font-size: 30px;
    color: #417c9c;
}

section#usps .uspwrapper .usp span{
    font-weight: bold;
}