.header-logo-img {
    max-width: 245px !important;
	max-height: 167px !important;
}

.header {
    position: relative;
    background-color: #a8cfff;
    margin-bottom: 30px;
}

.module-head-title {
    font-size: xxx-large;
}

.advantages-item {
    display: flex;
    flex-direction: column;
    background-color: aliceblue;
    padding: 20px;
	border-radius: 20px;
}

.advantages-item__image-bg {
    border-radius: var(--corner_10);
    background: #3267d900;
    padding: 18px;
    margin: auto;
    color: var(--text-on-primary);
}

#section-video {
    background-color: #a8cfff;
    padding-top: 1px;
    padding-bottom:100px;
    margin-top: 48px;
}

#module_customcontent5_wrapper {
    background-color: #a8cfff;
    border-radius: var(--corner_50);
    margin: 50px 30px 0 30px;
}

#module_dealofday_wrapper {
    margin: 50px 30px 0 30px;
    background-color: var(--bs-primary);
    color: var(--text-on-primary);
    border-radius: var(--corner_50);
    padding-top: 20px;
    padding-bottom: 20px;
}


#section-home_landing {
    padding: 150px 60px;
	margin: 120px 165px 0 165px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(https://pickpacktrocknerteszt.myshoprenter.hu/custom/pickpacktrocknerteszt/image/data/elemek/hogyanbg.jpeg);
    background-size: contain;
    background-repeat: repeat-y;
	display: inline-flex;
}

@media (max-width: 540px) {
#section-home_landing {
    padding: 150px 60px;
	margin: 0px 0px 0 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(https://pickpacktrocknerteszt.myshoprenter.hu/custom/pickpacktrocknerteszt/image/data/elemek/hogyanbg.jpeg);
    background-size: contain;
    background-repeat: repeat-y;
	display: inline-flex;
	width: 100%;
}
	}

.landing__image {
        max-width: 400px !important;
		border: solid 10px white;
	    border-radius: 5%;
	    box-shadow: 0px 0px 13px 0px #07070757;
}

@media (max-width: 540px) {
.landing__image {
        max-width: 100% !important;
		border: solid 10px white;
	    border-radius: 50%;
	    box-shadow: 0px 0px 13px 0px #07070757;
}
}



.landing__text-title {
    font-size: 5em;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 0;
}

.landing__text-subtitle {
    font-size: 2em;
    line-height: 1.5;
    margin-bottom: 0;
}
.module-head-title {
        margin-bottom: 0px;
    }

.module-head {
    background-color: #a8cfff;
    width: max-content;
    margin: auto;
    border-radius: 20px;
    padding: 10px;
	margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .main-content .module-head-title {
        margin-bottom: 0px;
    }
}

.video-title {
    opacity: .9;
    background: #292c3252;
    color: var(--text-on-primary);
    text-align: center;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


.module-head {
    background-color: #a8cfff;
    width: auto;
    margin: auto;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}

@media (max-width: 540px) {
.col-4 {
    flex: 0 0 auto;
    width: 100% !important;
}
}

.banner-item__container {
    display: flex
;
    flex-direction: column;
    gap: 7px;
    padding: 12px 20px 20px 20px;
    background-color: #ffffff70;
}

.advantages-item__text {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    opacity: .7;
}

    .advantages-item__text, .advantages-item__title {
        text-align: center;
    }

.module-head-title {
    font-size: xx-large;
}