/*! CSS Used from: https://service.goldenglow.gold/showLand/526/normalize.css */
section {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/components.css */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

h2,
h3,
h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px;
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/enbwinvestitionen.css */
h2 {
    color: #009;
    letter-spacing: -.01rem;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35;
}

h3 {
    color: #111;
    letter-spacing: -.01rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
}

h5 {
    color: #009;
    letter-spacing: -.01rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

a {
    color: #e84613;
    text-decoration: none;
    transition: color .2s;
}

a:hover {
    color: #e84613;
    border-bottom-color: #ccf2df;
}

img {
    max-width: 100%;
    display: inline-block;
}

blockquote {
    border-left: 1px #000;
    margin-bottom: 25px;
    padding: 0;
    font-size: 17px;
    line-height: 1.7;
}

.section.background-primary-soft {
    background-color: #fff;
}

.container {
    z-index: 2;
    width: 100%;
    height: 100%;
    max-width: 1290px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    transition: background-color .2s, color .2s;
    position: relative;
}

.margin-bottom-none {
    color: #111;
    margin-bottom: 0;
}

.text-secondary {
    color: #aab0bc;
}



.display-2 {
    color: #111;
    letter-spacing: -.01rem;
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 1.2;
}

.label {
    letter-spacing: .02rem;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.button {
    color: #fff;
    text-align: center;
    object-fit: fill;
    background-color: #009;
    border-radius: 100px;
    flex: none;
    align-self: flex-start;
    padding: 12px 24px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7;
    transition: all .2s ease-in-out;
}

.button:hover {
    color: #fff;
    border-color: #e84613;
    transform: translate(0, -3px);
    box-shadow: 0 5px 15px rgba(30, 34, 40, .15);
}

.button.cc-large {
    background-color: #009;
    border-radius: 100px;
    padding: 16px 28px 15px;
    font-size: 18px;
}

.shadow {
    box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.card {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
}

.card.shadow {
    box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.background-primary-soft {
    background-color: #f0f4f8;
}

.headline-customers {
    max-width: 750px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    column-count: 3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
}

.testimonial {
    margin-bottom: 30px;
    display: inline-block;
}

.testimonial-card-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
}

.block-quote-with-icon {
    position: relative;
}

.quote-icon {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: -10px;
    right: auto;
}

.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.rating {
    color: #fcc032;
    margin-bottom: 20px;
    margin-left: -3px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
}



.center-block {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
}

.block-quote {
    line-height: 1.4;
}

@media screen and (min-width: 1280px) {
    .container {
        max-width: 1350px;
    }
}

@media screen and (max-width: 991px) {
    .display-2 {
        font-size: 37px;
        line-height: 44px;
    }

    .button {
        position: relative;
    }

    .headline-customers {
        margin-top: 0;
    }

    .testimonials {
        column-count: 2;
    }

   
}

@media screen and (max-width: 767px) {
    .testimonials {
        column-count: 1;
    }
}

@media screen and (max-width: 479px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .button {
        width: auto;
        font-size: 16px;
    }

    .card.shadow {
        border-radius: 10px;
        padding: 30px;
    }
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/normalize.css */
a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/components.css */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

h2,
h3,
h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px;
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/enbwinvestitionen.css */
h2 {
    color: #009;
    letter-spacing: -.01rem;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35;
}

h3 {
    color: #111;
    letter-spacing: -.01rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
}

h5 {
    color: #009;
    letter-spacing: -.01rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

a {
    color: #e84613;
    text-decoration: none;
    transition: color .2s;
}

a:hover {
    color: #e84613;
    border-bottom-color: #ccf2df;
}

img {
    max-width: 100%;
    display: inline-block;
}

blockquote {
    border-left: 1px #000;
    margin-bottom: 25px;
    padding: 0;
    font-size: 17px;
    line-height: 1.7;
}

.container {
    z-index: 2;
    width: 100%;
    height: 100%;
    max-width: 1290px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    transition: background-color .2s, color .2s;
    position: relative;
}

.margin-bottom-none {
    color: #111;
    margin-bottom: 0;
}

.text-secondary {
    color: #aab0bc;
}



.display-2 {
    color: #111;
    letter-spacing: -.01rem;
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 1.2;
}

.label {
    letter-spacing: .02rem;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.button {
    color: #fff;
    text-align: center;
    object-fit: fill;
    background-color: #009;
    border-radius: 100px;
    flex: none;
    align-self: flex-start;
    padding: 12px 24px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7;
    transition: all .2s ease-in-out;
}

.button:hover {
    color: #fff;
    border-color: #e84613;
    transform: translate(0, -3px);
    box-shadow: 0 5px 15px rgba(30, 34, 40, .15);
}

.button.cc-large {
    background-color: #009;
    border-radius: 100px;
    padding: 16px 28px 15px;
    font-size: 18px;
}

.shadow {
    box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.card {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
}

.card.shadow {
    box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.headline-customers {
    max-width: 750px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    column-count: 3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
}

.testimonial {
    margin-bottom: 30px;
    display: inline-block;
}

.testimonial-card-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
}

.block-quote-with-icon {
    position: relative;
}

.quote-icon {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: -10px;
    right: auto;
}

.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.rating {
    color: #fcc032;
    margin-bottom: 20px;
    margin-left: -3px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
}



.center-block {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
}

.block-quote {
    line-height: 1.4;
}

@media screen and (min-width: 1280px) {
    .container {
        max-width: 1350px;
    }
}

@media screen and (max-width: 991px) {
    .display-2 {
        font-size: 37px;
        line-height: 44px;
    }

    .button {
        position: relative;
    }

    .headline-customers {
        margin-top: 0;
    }

    .testimonials {
        column-count: 2;
    }


}

@media screen and (max-width: 767px) {
    .testimonials {
        column-count: 1;
    }
}

@media screen and (max-width: 479px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .button {
        width: auto;
        font-size: 16px;
    }

    .card.shadow {
        border-radius: 10px;
        padding: 30px;
    }
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/normalize.css */
a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/components.css */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

h2,
h3,
h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px;
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/enbwinvestitionen.css */
h2 {
    color: #009;
    letter-spacing: -.01rem;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35;
}

h3 {
    color: #111;
    letter-spacing: -.01rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
}

h5 {
    color: #009;
    letter-spacing: -.01rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

a {
    color: #e84613;
    text-decoration: none;
    transition: color .2s;
}

a:hover {
    color: #e84613;
    border-bottom-color: #ccf2df;
}

img {
    max-width: 100%;
    display: inline-block;
}

blockquote {
    border-left: 1px #000;
    margin-bottom: 25px;
    padding: 0;
    font-size: 17px;
    line-height: 1.7;
}

.margin-bottom-none {
    color: #111;
    margin-bottom: 0;
}

.text-secondary {
    color: #aab0bc;
}



.display-2 {
    color: #111;
    letter-spacing: -.01rem;
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 1.2;
}

.label {
    letter-spacing: .02rem;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.button {
    color: #fff;
    text-align: center;
    object-fit: fill;
    background-color: #009;
    border-radius: 100px;
    flex: none;
    align-self: flex-start;
    padding: 12px 24px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7;
    transition: all .2s ease-in-out;
}

.button:hover {
    color: #fff;
    border-color: #e84613;
    transform: translate(0, -3px);
    box-shadow: 0 5px 15px rgba(30, 34, 40, .15);
}

.button.cc-large {
    background-color: #009;
    border-radius: 100px;
    padding: 16px 28px 15px;
    font-size: 18px;
}

.shadow {
    box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.card {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
}

.card.shadow {
    box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.headline-customers {
    max-width: 750px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    column-count: 3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
}

.testimonial {
    margin-bottom: 30px;
    display: inline-block;
}

.testimonial-card-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
}

.block-quote-with-icon {
    position: relative;
}

.quote-icon {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: -10px;
    right: auto;
}

.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.rating {
    color: #fcc032;
    margin-bottom: 20px;
    margin-left: -3px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
}

.customers {
    width: 100%;
    flex-direction: column;


    display: inline-block;
}

.center-block {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
}

.block-quote {
    line-height: 1.4;
}

@media screen and (max-width: 991px) {
    .display-2 {
        font-size: 37px;
        line-height: 44px;
    }

    .button {
        position: relative;
    }

    .headline-customers {
        margin-top: 0;
    }

    .testimonials {
        column-count: 2;
    }


}

@media screen and (max-width: 767px) {
    .testimonials {
        column-count: 1;
    }
}

@media screen and (max-width: 479px) {
    .button {
        width: auto;
        font-size: 16px;
    }

    .card.shadow {
        border-radius: 10px;
        padding: 30px;
    }
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/components.css */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h2,
h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/enbwinvestitionen.css */
h2 {
    color: #009;
    letter-spacing: -.01rem;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35;
}

h3 {
    color: #111;
    letter-spacing: -.01rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
}

.text-secondary {
    color: #aab0bc;
}



.display-2 {
    color: #111;
    letter-spacing: -.01rem;
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 1.2;
}

.label {
    letter-spacing: .02rem;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.headline-customers {
    max-width: 750px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 991px) {
    .display-2 {
        font-size: 37px;
        line-height: 44px;
    }

    .headline-customers {
        margin-top: 0;
    }
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/normalize.css */
img {
    border: 0;
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/components.css */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px;
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/enbwinvestitionen.css */
h5 {
    color: #009;
    letter-spacing: -.01rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

img {
    max-width: 100%;
    display: inline-block;
}

blockquote {
    border-left: 1px #000;
    margin-bottom: 25px;
    padding: 0;
    font-size: 17px;
    line-height: 1.7;
}

.margin-bottom-none {
    color: #111;
    margin-bottom: 0;
}



.shadow {
    box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.card {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
}

.card.shadow {
    box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.testimonials {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    column-count: 3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
}

.testimonial {
    margin-bottom: 30px;
    display: inline-block;
}

.testimonial-card-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
}

.block-quote-with-icon {
    position: relative;
}

.quote-icon {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: -10px;
    right: auto;
}

.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.rating {
    color: #fcc032;
    margin-bottom: 20px;
    margin-left: -3px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
}

.block-quote {
    line-height: 1.4;
}

@media screen and (max-width: 991px) {
    .testimonials {
        column-count: 2;
    }
}

@media screen and (max-width: 767px) {
    .testimonials {
        column-count: 1;
    }
}

@media screen and (max-width: 479px) {
    .card.shadow {
        border-radius: 10px;
        padding: 30px;
    }
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/normalize.css */
img {
    border: 0;
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/components.css */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px;
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/enbwinvestitionen.css */
h5 {
    color: #009;
    letter-spacing: -.01rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

img {
    max-width: 100%;
    display: inline-block;
}

blockquote {
    border-left: 1px #000;
    margin-bottom: 25px;
    padding: 0;
    font-size: 17px;
    line-height: 1.7;
}

.margin-bottom-none {
    color: #111;
    margin-bottom: 0;
}



.shadow {
    box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.card {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
}

.card.shadow {
    box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.testimonial {
    margin-bottom: 30px;
    display: inline-block;
}

.testimonial-card-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
}

.block-quote-with-icon {
    position: relative;
}

.quote-icon {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: -10px;
    right: auto;
}

.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.rating {
    color: #fcc032;
    margin-bottom: 20px;
    margin-left: -3px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
}

.block-quote {
    line-height: 1.4;
}

@media screen and (max-width: 479px) {
    .card.shadow {
        border-radius: 10px;
        padding: 30px;
    }
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/normalize.css */
img {
    border: 0;
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/components.css */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px;
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/enbwinvestitionen.css */
h5 {
    color: #009;
    letter-spacing: -.01rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

img {
    max-width: 100%;
    display: inline-block;
}

blockquote {
    border-left: 1px #000;
    margin-bottom: 25px;
    padding: 0;
    font-size: 17px;
    line-height: 1.7;
}

.margin-bottom-none {
    color: #111;
    margin-bottom: 0;
}



.shadow {
    box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.card {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
}

.card.shadow {
    box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.testimonial-card-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
}

.block-quote-with-icon {
    position: relative;
}

.quote-icon {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: -10px;
    right: auto;
}

.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.rating {
    color: #fcc032;
    margin-bottom: 20px;
    margin-left: -3px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
}

.block-quote {
    line-height: 1.4;
}

@media screen and (max-width: 479px) {
    .card.shadow {
        border-radius: 10px;
        padding: 30px;
    }
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/components.css */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*! CSS Used from: https://service.goldenglow.gold/showLand/526/enbwinvestitionen.css */
.text-gradient {
    color: #f24f00;
}

.rating {
    color: #fcc032;
    margin-bottom: 20px;
    margin-left: -3px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
}