section#trustlogos {
	padding: 60px 0;
}

section#trustlogos .logowrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: center;
    align-items: center;
}

section#trustlogos .logowrapper .singlelogo{
    flex: 0 0 23.5%;
}

section#trustlogos .logowrapper .singlelogo img{
    height: 75px;
    object-fit: contain;
    margin: 0 auto;
}

section#trustlogos .logowrapper .singlelogo:nth-child(n+5){
    margin-top: 20px;
}

@media only screen and (max-width: 1100px) {
    section#trustlogos .logowrapper .singlelogo{
        flex: 0 0 49%;
    }

    section#trustlogos .logowrapper .singlelogo:nth-child(n+3){
        margin-top: 20px;
    }
}

@media only screen and (max-width: 500px) {
    section#trustlogos .logowrapper .singlelogo{
        flex: 0 0 100%;
    }

    section#trustlogos .logowrapper .singlelogo:nth-child(n+2){
        margin-top: 40px;
    }
}