#local_moving {
	background: url('https://irp.cdn-website.com/a54163e9/dms3rep/multi/ezlocalmovinginc+-+moving+company+%282%29.jpg')
		center no-repeat;
	background-size: cover;
}

#long_distance_moving {
	background: url('https://extreme-moving-williamsburg.com/wp-content/uploads/2022/08/lee-moving-storage-williams.jpg')
		center no-repeat;
	background-size: cover;
}

#storage {
	background: url('https://www.acerelocation.com/wp-content/uploads/2023/02/Self-Storage-vs-Carrier-Storage-copy-2-png.webp')
		center no-repeat;
	background-size: cover;
}

#firnecker {
	background: url('https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/3yFgjF14s8BCJohUE1UFg7/d3f99faaf0add072ed9b26b2046dacf1/GettyImages-585831801.jpg?w=1500&h=680&q=60&fit=fill&f=faces&fm=jpg&fl=progressive&auto=format%2Ccompress&dpr=1&w=1000')
		center no-repeat;
	background-size: cover;
}

#office-moving {
	background: url('https://ezmoving.net/files/2021/08/bigstock-Cardboard-Boxes-And-Furniture--408614477.jpg?w=1600&a=t')
		center no-repeat;
	background-size: cover;
}

#packing-unpacking {
	background: url('https://studentmoversinc.com/wp-content/uploads/2022/06/About.jpg')
		center no-repeat;
	background-size: cover;
}

#from,
#to,
#email {
	width: auto;
}

.services {
	display: flex;
	justify-content: end;
	gap: 20px;
	padding: 50px 20px;
}

.services_title {
	font-size: 38px;
	font-weight: 600;
	color: #fff;
	max-width: 500px;
	text-align: right;
	text-shadow: 2px 2px 6px black;
}

.services_form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: end;
	width: 25%;
	background: #c2c0c0b2;
	padding: 20px;
	.form_el {
		padding: 0;
		margin: 12px 0;
		width: 100%;
		input {
			width: 90%;

			font-size: 18px;
		}
	}
}

.services_form_button {
	height: 50px;
	width: 100%;
	background-color: #d70301;
	color: white;
	font-size: 18px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 4px;
}

.services_form_button:hover {
	background-color: #d70301;
}

.service_description_title {
	display: flex;
	flex-direction: column;
	max-width: 80%;
	font-size: 18px;
	font-weight: 600;
	color: black;
	margin-bottom: 12px;
	margin: 0 auto;
	text-align: center;
	p {
		margin: 12px 0;
		font-size: 16px;
		color: black;
		font-weight: 500;
	}
}

.careful_movers_advantages {
	font-size: 28px !important;
}

#another_services {
	margin: 30px 0;
}

.another_services {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	color: black;
	text-align: left;
}

.another_services_el {
	display: flex;
	margin-top: 30px;
	align-items: center;
	flex-direction: column;
	max-width: 30%;
	flex: 0 0 30%;
	position: relative;
	width: 100%;
	padding: 0 15px;
}

.another_services_el_img {
	margin-bottom: 10px;
	position: relative;
	width: 162px;
	height: 162px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border: 5px solid #fff;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.another_services_el_img:hover {
	filter: none;
}

.another_services_el_title {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	position: relative;
	width: 70%;
	font-size: 18px;
	color: black;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 0;
	a {
		color: black;
		font-weight: 600;
		transition: all 0.3s ease;
		&:hover {
			color: rgb(71, 71, 71);
		}
	}
}

#who_we_are {
	margin: 50px 0;
}

.who_we_are_title {
	color: black;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 12px;
	font-weight: 500;
	margin-top: 0;
}

.who_we_are_content {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-top: 20px;
	margin: 0 auto;
}

.who_we_are_small_title {
	font-size: 18px;
	color: black;
	text-transform: uppercase;
	margin-top: 12px;
	font-weight: 500;
}

.who_we_are_text {
	color: black;
	font-size: 18px;
	margin-bottom: 12px;
}

#local_moving_description {
	margin: 30px 0;
	text-align: center;
}

#careful_movers_advantages {
	background: rgba(0, 0, 0, 0.1);
	color: black;
	padding: 20px;
}

.careful_movers_advantages {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}

.advantages {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 24px;
	font-weight: 700;
	color: black;
	ul {
		margin: 12px 0;
		li {
			font-size: 18px;
			display: list-item;
			list-style-type: disc;
			color: black;
			font-weight: normal;
		}
	}
}

.advantages_list {
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 70px;
	margin: 20px 0;
	color: black;
	ul {
		li {
			display: list-item;
			list-style-type: disc;
			color: black;
		}
	}
}

#local_moving_info {
	margin: 30px 0;
}

#additional_information {
	margin: 30px 0;
}

.additional_information {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	color: black;
}

.additional_information_content_title {
	font-size: 24px;
	font-weight: 700;
	color: black;
	text-transform: uppercase;
	text-align: center;
}

.additional_information_content_subtitle {
	font-size: 24px;
	font-weight: 700;
	color: black;
	text-align: center;
}

.additional_information_el {
	margin-bottom: 60px;
	max-width: 40%;
	flex: 0 0 40%;
	position: relative;
	width: 100%;
	padding: 0 15px;
}

.additional_information_el_crates {
	margin-bottom: 64px;
	max-width: 23%;
	flex: 0 0 23%;
	position: relative;
	width: 100%;
	padding: 0 15px;
}

.additional_information_el_title {
	font-size: 18px;
	font-weight: 700;
	color: black;
	margin-top: 10px;
}

.additional_information_el_subtitle {
	font-size: 18px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 500;
	margin-top: 0;
}

.additional_information_el_img {
	height: 200px;
	width: 100%;
	object-fit: cover;
	border-style: none;
	margin: 12px 0;
}

.contain {
	object-fit: contain !important;
}

.additional_information_el_description {
	font-size: 18px;
	color: black;
	font-weight: 400;
}

.additional_information_el_description span {
	color: black;
}

.additional_information_el_description em span {
	color: black; /* Заміна синього на світло-сірий */
}

.eco_friendly {
	margin: 20px 0;
}

.eco_friendly_content {
	display: flex;
	justify-content: center;
	gap: 40px;
	align-items: center;
}

.eco_friendly_content_el {
	max-width: 40%;
	position: relative;
	width: 100%;
}

.eco_friendly_content_text {
	font-size: 42px;
	color: black;
	font-weight: 700;
	position: absolute;
	top: -50px;
	left: -30px;
}

.eco_friendly_content_text2 {
	font-size: 32px;
	color: black;
	font-weight: 400;
	position: absolute;
	top: 0px;
	left: 80px;
}

.eco_friendly_content_text3 {
	font-size: 28px;
	color: #02a05e;
	font-weight: 700;
	position: absolute;
	top: 35px;
	left: 35px;
}

.eco_friendly_content_text4 {
	font-size: 20px;
	color: black;
	font-weight: 600;
	position: absolute;
	top: 65px;
	left: 50px;
	color: #01643b;
}

#storage_boxes {
	margin: 50px 0;
}

.storage_boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
}

.storage_boxes_el {
	justify-content: center;
	display: flex;
	max-width: 27%;
	flex: 0 0 27%;
	margin-bottom: 64px;
	flex-direction: column;
}

.storage_boxes_el_img {
	object-fit: contain;
	height: 150px;
	transition: all 0.3s ease;
	border-style: none;
	filter: grayscale(1);
}

.storage_boxes_el_img:hover {
	filter: none;
}

.storage_boxes_el_title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	color: black;
}

.storage_boxes_el_description {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: black;
}

.storage_boxes_el_size {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 18px;
	color: black;
}
