section.f3{
    position: relative;
    padding:  6em 0 8em;
    font-family: "Comfortaa", sans-serif;
    background-color: rgba(34, 33, 41);
    color: white;
}

.trusted-text-holder{
    margin: 0 8em;
}

.trusted-text-holder h1{
    font-size: 3em;
}

.trusted-text-holder p{
    margin-top: 2em;
}

.main-carousel{
    margin-top: 5em;
}

.carousel-cell{
    height: 25em;
    width: 25em;
    display: flex;
    align-items: center;
    margin-right: -2em;
    border: 1px solid  rgba(255,255,255, .1);
    padding: 4em;
    border-radius: 100%;
}

.carousel-cell-image{
    width: 100%;
    height: auto;
    
}

@media only screen and (max-width: 600px) {
    section.f3{
        padding: 6em 0;
    }
    .trusted-text-holder h1{
        font-size: 2em;
    }
    .trusted-text-holder{
        margin: 0 3em;;
    }
    .trusted-text-holder p{
        font-size: .8em;
    }
    .carousel-cell{
        width:  10em;
        height: 10em;
        padding: 1.5em;
        margin-right: -.5em;
    }
}











