@media (width < 768px){	
	.header {
		width: 100%;
		
	}
	
	.header-container {
		width: 96vw;
	}
	
	.hero {
		width: 100%;
	}

	.hero-container {
		width: 96vw;
	}

	.hero-container-title {
		height: auto;
	}
	
	.about {
		height: auto;
		width: 100%;
	}
	
	.about-container {
		width: 96vw;
	}
	
	.about-container-card {
		width: 50vw;
	}
	
	.about-container-img {
		width: 50vw;
	}
	
	.slider {
		width: 100%;
	}
	
	.slider-container {
		width: 96vw;;
	}
	
	.best-gifts {
		width: 100%;
		height: auto;

	}
	
	.best-gifts-container {
		width: 96vw;;
		height: auto;
	}

	.best-gifts-container-head {
		width: 96vw;;
		height: 72px;
	}
	
	.best-gifts-container-gifts {
		width: 96vw;
		height: auto;
	}
	
	.cta {
		width: 100%;
	}

	.footer {
		width: 100%;
	}

	.footer-container {
		width:  100%;
	}
	
	.footer-container-contact {
		width: 100%;
	}
	
	.footer-container-contact-option {
		width: 100%;
	}
	
}

@media (width < 540px){	
	.about-container {
		width: 96vw;
		display: block;
	}
	
	.about-container-card {
		padding: 0px 20px;
		width: 100%;
	}
	
	.about-container-img {
		height: auto;
		width: 100%;
	}
	
	.about-container-card-block {	
		height: auto;
		width: 100%;
	}
}

@media (width <= 380px){	
	.header {
		width: 380px;
	}
	
	.header-container {
		width: 364px;
	}
	
	.hero {
		width: 380px;
		height: 572px;
	}

	.hero-container {
		width: 364px;
	}

	.hero-container-title {
		height: 192px;
	}
	
	.about {
		width: 380px;
		height: 1000px;
	}
	
	.about-container {
		display: block;
		width: 364px;
		height: 880px;
	}
	
	.about-container-card {
		padding: 0px 20px;
		width: 364px;
	}
	
	.about-container-card-block {	
		width: 324px;
		height: 352px;
	}
	
	.about-container-img {
		width: 364px;
		height: 528px;
	}
	
	.slider {
		width: 380px;
	}
	
	.slider-container {
		width: 364px;
	}
	
	.best-gifts {
		width: 380px;
		height: 1616px;
	}
	
	.best-gifts-container {
		width: 364px;
		height: 1496px;
		
	}

	.best-gifts-container-head {
		width: 364px;
		height: 72px;
	}
	
	.best-gifts-container-gifts {
		width: 364px;
		height: 1404px;
	}
	
	.cta {
		width: 380px;
		height: 704px;
	}

	.cta-subcontainer {
		gap: 19px;
	}
}
