Отступы
.mb-6 { margin-bottom: 1.5rem; }.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
Фоновое изображение Gantry 5 no-repeat (css)
/* section-background - победил повторяемость background-repeat */
.section-background {
background-repeat: no-repeat;
background-position: top center;
}