@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Public+Sans:wght@100;200;300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Public+Sans:wght@100;200;300;400;500;600;700&display=swap";

.demo_description {
font-family: Public Sans;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 24px;
/* or 150% */

letter-spacing: -0.01em;
}

.content_description {
    width: 75%;
}

.content_description_container {
    width: 100%;
    display: flex; 
    justify-content: center;
    
}

@media (max-width: 978px){
.content_description_container{
    display: inline;
}

.content_description {
    width: 100%;
}
}
.content__logo__contact {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
}

.content__logo__contact .content__logo__background {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(71, 77, 85, 0.05);
    border-radius: 6.4px;
}

.content__logo__background img {
    width: calc(32px * 0.8 );
    height: calc(32px * 0.8 );
}

.button__normal {
    background-color: #2dcd69;
    height: 40px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    color: #fff;
    text-decoration: none;
}

.button__outlined {
    background-color: transparent;
    height: 40px;
    border: 1px solid #2dcd69;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    color: #2dcd69;
    text-decoration: none;
    margin-left: 14px;
}

.button {
    width: 25%;
    font-family: "Public Sans", "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 0;
    text-decoration: none;
}

.button__outlined:hover {
    color: #2dcd69;
}

.button__normal:hover {
    color: white;
}

.button__container {
    width: 100%;
    display: flex;
    justify-content: center; 
    margin-top: 3rem; 
    z-index: 3; 
    align-items: center;
    height: 5rem;
}

@media (max-width: 978px) {
    .button {
        width: 45%;
        font-size: 12px;
    }
}