/* mobile responsive specific styles */

#gardx-image-container {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    #gardx-circle-img {
        max-width: 350px;
        margin-top: 0px !important;
    }


    #gardx-chart-img {
        max-width: 350px;
    }

    #bottleImg {
        width: 300px;
        height: auto;
        margin-bottom: -1.2rem !important;
    }

    .gardx-article-header-title {
        font-size: 22px !important;
        margin-bottom: 19px !important;
        font-weight: 700 !important;
        padding-top: 30px !important;
    }

    .gardx-button-description {
        font-size: 14px !important;
        font-weight: 300;
    }

    .gardx-main-banner {
        height: 150px !important;
    }

    .velos-right-card {
        width: 75% !important;
    }

    .gardx-mobile-padding {
        padding: 20px !important;
    }

    #gardx-form .form-title h1,
    #gardx-form .form-title h5 {
        text-align: center !important;
    }
    /* Banner styles mobile*/
    .banner-inner-content {
        max-width: 300px !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 15px 2px !important;
        height: 100% !important;
        color: #fff !important;
    }

    #gardxBanner .banner-inner-content .banner-title {
        font-size: 35px !important;
        line-height: 150% !important;
    }

    #gardxBanner .banner-inner-content .banner-subtitle p {
        font-size: 15px !important;
        line-height: 10% !important;
    }
}

/* Banner styles */
.gardx-main-banner {
    height: 600px;
    display: flex;
    flex-direction: row;
    padding: 0%;
    background-position: center;
    background-size: cover;
}

.banner-inner-content {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding: 150px 20px;
    height: 100%;
    color: #fff;
}

#gardxBanner .banner-inner-content .banner-title {
    font-weight: bold;
    font-size: 106px;
    line-height: 110%;
}

#gardxBanner .banner-inner-content .banner-subtitle p {
    font-weight: 500;
    font-size: 53px;
    line-height: 80%;
}


.gardx-button-description {
    font-size: 18px;
    font-weight: 300;
}

#gardx-first-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    padding-top: 50px;
}

.article-paragraph {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 800px) {
    .gardx-inner-container {
        margin-right: 133px;
        margin-left: 133px;
        padding: 3rem 1.5rem
    }
}


#gardx-first-section .gardx-button {
    height: 166px;
    margin-left: 38px;
    border-radius: 3px;
    display: flex;
    padding: 2.5rem;
    flex-direction: column;
}

.article-paragraph p {
    font-size: 16px;
    font-weight: 400;
    line-height: 250%;
}

.article-section p, ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 250%;
}

.article-paragraph .posms-title strong {
    font-size: 18px;
}

.gardx-email-color {
    color: #18BDE6;
}


.gardx-article-header-title {
    margin-top: 5rem;
    font-size: 34px;
    margin-bottom: 43px;
    font-weight: 700;
    color: #002239;
}

.gardx-article-sub-title {
    font-size: 20px;
    margin-bottom: 43px;
    font-weight: 700;
    color: #002239;
}


.gardx-problema {
    background-color: #F0F1F2;
}

.card-img-top {
    all: unset !important;
}

.card-text p {
    line-height: 250%;
}


.gardx-bg-color {
    background-color: #F0F1F2;
}

.gardx-bg-color-navy {
    background-color: #002239;
}

.gardx-text-color-navy {
    color: #002239;
}

.gardx-card-title {
    font-weight: 700;
    font-size: 22px;
    color: #002239;
}

div[id^="gardx-button-"].active {
    background-color: white;
    color: #002239;
}

div[id^="gardx-button-"] {
    background-color: #002239;
    color: white;
    cursor: pointer;
}
