.plan-card {
    background: rgba(72, 11, 10, 0.5);
}

.connect-banner {
    background: linear-gradient(135deg, #25b0d6 0%, #25b0d6 100%);
}

body {
    background-repeat: repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    body {
        background-size: contain !important;
    }
}    
@media (min-width: 768px) and (max-width: 1199px) {
    body {
        background-size: cover;
        background-repeat: repeat;
    }
}
@media (min-width: 1200px) {
    body {
        background-size: cover;
        background-repeat: repeat;
    }
}