/* Start custom CSS for bdevs-home-slide-1, class: .elementor-element-1a6e26a */.custom-button {
    color: white;!important
    text-decoration: none;
    padding: 1px 10px;
    border-radius: 5px;
    background-color: #2b9d41;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: bold;
}

.custom-button:hover {
    color: white;
    background-color: red;
    font-weight: bold;
}

.hero-heading-s {
    font-size: 80px;
    color: white; !important
}

@media (max-width: 768px) {
    .hero-heading-s  {
        font-size: 60px;
    }
}/* End custom CSS */