section#usps{
    padding-top: 120px;
    position: relative;
}

section#usps:before{
    position: absolute;
    width: 100%;
    height: 260px;
    background: #171717;
    top: -25px;
    content: '';
}

section#usps .uspwrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
}

section#usps .uspwrapper .singleusp h4{
    max-width: min-content;
    margin: 0 auto;
    font-size: 40px;
    line-height: 45px;
    color: #272727;
    text-align: center;
    margin-bottom: 0;
    margin-top: 40px;

}

section#usps .uspwrapper .singleusp{
    flex: 1;
}

section#usps .uspwrapper .singleusp .uspicon{
    width: 220px;
    height: 220px;
    border-radius: 100%;
    background: #FFDA34;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
} 

section#usps .uspwrapper .singleusp .uspicon img{
    width: 120px;
    height: 120px;
    object-fit: contain;
}