    @media (min-width: 992px) {
        .rounded-lg-3 { 
            border-radius: .3rem;
        }
    }

      .logo {
        width: 50%;
        height: auto;
        margin-bottom: 10vh;
    }
    @media (max-width: 767.98px) { 
        .logo { 
            width: 70%;
        }
    }
 
      .btn-whatsapp {
        display: inline-block;
        padding: 0.75rem 2rem;
        font-size: 1.5rem;
        color: #fff;
        background-color: #FFA10D;
        border-radius: 50px;
        text-decoration: none;
        font-weight: normal;
        align-items: center;
        justify-content: center;
        display:flex;
        width: 300px;
    }

    @media (max-width: 767.98px) { 
        .btn-whatsapp{ 
            margin: auto;
        }
    }

.display-6 {
    font-weight: 400 !important;
}