.ContactsPageTitle {
	 padding-top: 120px;
	 font-size: 52px;
	 font-style: normal;
	 font-weight: 500;
	 text-align: center;
}
 .ContactsPageOurBrands {
	 margin: 62px 0;
}
 .ContactsPageMaps {
	 margin-top: 42px;
	 height: 640px;
	 width: 100%;
	 border-radius: 16px;
}
 .ContactsPageItems {
	 margin-bottom: 62px;
}
 .ContactsPageItemsTitle {
	 font-size: 36px;
	 font-style: normal;
	 font-weight: 500;
	 text-align: center;
}
 .ContactsPageItemsCard {
	 align-items: unset;
	 margin-top: 62px;
	 gap: 24px;
}
 .ContactsPageItemsItem {
	 min-height: 192px;
	 max-width: 100%;
	 width: 100%;
	 flex-direction: column;
	 padding: 24px;
	 background-color: var(--white);
	 border-radius: 16px;
	 box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
	 transition: background-color 0.4s ease-in-out;
}
 .ContactsPageItemsItemTitle {
	 margin-bottom: auto;
	 font-family: 'Inter', sans-serif;
	 font-size: 20px;
}
 .ContactsPageItemsItemItem {
	 margin-bottom: 8px;
	 font-family: 'Inter', sans-serif;
	 font-size: 16px;
}
 .ContactsPageItemsItemItem:nth-child(2) {
	 margin-top: 16px;
}
 .ContactsPageItemsItemItem img {
	 margin-right: 8px;

    }

#googleMaps {
    margin-top: 42px;
    height: 500px;
    border-radius: 16px;
    font-size: 12px;
    background-color: var(--Light-grey-for-bg);
}

 @media (width <= 1500px) {
	 .ContactsPageItemsCard {
		 flex-wrap: wrap;
	}
	 .ContactsPageItemsItem {
		 max-width: calc(33% - 12px);
	}
}
 @media (width <= 1100px) {
    .ContactsPageItemsTitle,
    .ContactsPageTitle {
        font-size: 30px;
    }
	 .ContactsPageItemsCard {
		 flex-wrap: wrap;
	}
	 .ContactsPageItemsItem {
		 max-width: calc(50% - 12px);
	}
	 .ContactsPageMaps {
		 height: 480px;
	}
}
 @media (width <= 550px) {
	 .ContactsPageItemsCard {
		 flex-wrap: wrap;
	}
	 .ContactsPageItemsItem {
		 max-width: 100%;
	}
	 .ContactsPageMaps {
		 height: 320px;
	}
}
