/* Hero */
.bg {
    background: url('/assets/images/services-hero.jpg') center/cover no-repeat;
}
/* Sections */
section {
    padding: 20px 20px;
    background: linear-gradient(180deg, #05222c, #01474f)
}
.floating-btn {
    background: linear-gradient(135deg, #01474f, #002633)
}