body {
    margin: 0;
    overflow-x: hidden;
}
.content-gutters {
    position: relative;
    max-width: 1920px;
    padding: 0 150px;
    margin: 0 auto;
}
.title {
    position: relative;
    font-family: "Lexend";
    font-size: 24px;
    line-height: 1.5;
    color: white;
    margin-bottom: 7px;
}
.paragraph {
    position: relative;
    font-family: "Lexend";
    font-size: 16px;
    line-height: 1.5;
    color: #919191
}
.tilt-3d {
    transform-style: preserve-3d;
    transition: transform 0.15s ease-out;
}

@media (max-width: 976px) {
    .content-gutters {
        padding: 0 50px;
    }
}
@media (max-width: 506px) { 
    .content-gutters {
        padding: 0 20px;
    }
}
