:root {
    --bs-success-rgb: 0,85,54;
}

.btn-success {
    background-color: #005536;
    border-color: #005536;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #005536;
    border-color: #005536;
}
body {
    height: 100%;
    background-color: var(--bs-light);
}
.contact-info {
    color: var(--bs-gray-600);
    font-size: 0.9rem;
}
.contact-info a {
    color: var(--bs-gray-700);
    text-decoration: none;
}
.contact-info a:hover {
    text-decoration: underline;
}
@media (max-width: 767.98px) {
    .custom-card .row {
        flex-direction: column;
    }
    .custom-card .col-md-4,
    .custom-card .col-md-8 {
        width: 100%;
    }
}
.custom-card {
    overflow: hidden;
}
.logo-img {
    max-width: 100px;
    height: auto;
}