

.section.banner {
    background-image: url(../shop/charger.jpeg);
}

.banner {
    height: 100vh;
}

.section__action__container-banner {
    position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	justify-content: center;
}

.c-title {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
}

.c-sub-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 3rem;

}


.c-btn-shop {
    display: grid;
    height: 4rem;
    width: 30rem;
    background-color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    place-items: center;
    color: #000;
    border-radius: 0.9rem;
    font-size: 1.5rem;
}


@media screen and (max-width: 600px) {
    .section.banner{
        width: 100vw;
        height: 100vh;
        background-size: cover;
        background-position: -100rem;
        background-repeat: no-repeat;
    }
}