.usp-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4rem;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding-bottom: 2rem;
}
.usp-item:last-of-type {
	border-bottom: none;
}
.usp-item h4 {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}
.usp-item  p {
    max-width: 75%;
}
.usp-item img {
    width: 3.5rem;
    min-width: 3.5rem;
    height: 3.5rem;
    margin-right: 4rem;
}



/* Desktop small */
@media only screen and (max-width: 1100px) {

}

/* Tablet */
@media only screen and (max-width: 700px) {

}


/* Iphone */
@media only screen and (max-width: 450px) {
  
}

