.a__bg {
    background: url("https://www.brainmarket.cz/user/documents/upload/Obrazky/Blight%20beleni%20zubu/32-diod-blight-belici.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    text-align: center;
    padding: 50px;
    color: rgb(255, 255, 255) !important;
    border-radius: 20px;
}

.a__headline {
    margin-top: 50px;
    color: rgb(255, 255, 255) !important;
}

.a__text {
    max-width: 600px;
    margin: 0 auto;
    color: rgb(255, 255, 255) !important;
}

.b__cont {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.b__cont h2 {
    margin-top: 60px;
    margin-bottom: 50px;
    text-align: center;
}

.b__items {
    margin: 0 auto;

    max-width: 1000px;
    display: flex;
    flex-wrap: nowrap;
	justify-content: space-around;
	align-content: center;
}

.b__item {
    border-radius: 10px;
    background-color: #FAFAFA;
    display: flex;
    width: 280px;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.b__img-wrapper {
    margin-top: 20px;
    padding: 36px;
    background-color: #FFFFFF;
    border-radius: 1000px;
}

.b__img-wrapper img {
    height: 100px;
}

.b__texts {
    margin: 20px 0;
    padding: 0 25px;
}

.b__texts h3 {
    font-size: 130%;
    padding: 0 10px;
}

.c__cont {

}

.c__cont h2 {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 40px;
}

.c__item {
    display: flex;
    max-height: 400px;
    margin-bottom: 20px;
    background-color: #FAFAFA;
    padding: 20px 15px;
    justify-content: space-between;
}

.c__item img {
    height: 340px;
}

.c__texts {
    margin-left: 35px;
    margin-right:30px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
}

.c__texts h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.c__red-text {
    color: #E30613;
    font-size: 140%;
}

@media only screen and (max-width: 600px) {
    .a__bg {
        padding: 35px;
        height: 660px;
    }

    .a__headline {
        margin-top: 0;
    }

    .a__text {
        width: 95%;
        font-size: 90%;
        line-height: 20px;
    }

    .b__cont {
        margin-bottom: 0;
    }

    .b__items {
        flex-direction: column;
        align-items: center;
    }

    .b__item {
        width: 90%;
        margin-bottom: 15px;
        min-height: 430px;
    }

    .b__img-wrapper {
        margin-top: 60px;
    }

    .c__texts {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 30px;
    }

    .c__item {
        flex-direction: column;
        justify-content: flex-start;
        max-height: 640px;
    }

    .c__item img {
        height: auto;
        width: 100%;
        order: -1;
    }


}
