.support-text {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.support-text h4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #585163;
    cursor: pointer;
    padding: 30px 0px;
    border-radius: 5px;
}

.support-bg-mail {
    background: #8ed241;
    color: #fff;
}

.support-bg-mail h3 {
    text-align: center;
    padding: 20px 0px 80px;
}

.brand_logo img {
    max-width: 300px;
    width: 100%;
    margin: 0px auto;
    display: table;
}


.bg-color {
    background: #8864e2;
    margin: 0px auto;
    position: relative;
}

.nav-image-position-fix {
    background: #8864e2;
    border-bottom: 5px solid #8ed241;
}

.contact_card {
    width: 50rem;
    margin: auto;
    padding: 30px;
    margin-top: 60px;
    height: 40rem;
}

.contact_card p {
    line-height: 25px;
    letter-spacing: 0.5px;
    font-size: 17px;
    text-align: justify;
}
.contact_card h1 {
    line-height: 35px;
    letter-spacing: 0.5px;
    font-size: 30px;
    font-weight: 600;
    margin-top: 10rem;
}

.about_card {
    width: 50rem;
    margin: auto;
    padding: 30px;
    margin-top: 60px;
}

.about_card p {
    line-height: 25px;
    letter-spacing: 0.5px;
    font-size: 17px;
    text-align: justify;
}
.about_card h1 {
    line-height: 35px;
    letter-spacing: 0.5px;
    font-size: 30px;
    font-weight: 600;
}
