.homepage-boxes {
	@media (min-width: 768px) {
		justify-content: flex-start !important;
        gap: 30px !important;
	}
}

.homepage-boxes .homepage-box {
    @media (min-width: 768px) {
        width: calc(50% - 15px) !important;
    }
}