.g-top-minus-custom {
	top: -4.5rem;
}

.bg-m365solution{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/microsoft-solutions.jpg) no-repeat top center, rgba(0, 0, 0, 0);
    background-blend-mode: overlay;
    background-size: contain;
}

.g-top-custom {
    top: 4rem;
}

.styled-list {
  list-style: circle;
  padding: 0;
  margin: 0;
}

.styled-list li {
  display: flex;
  align-items: flex-start;
  gap: 5px; /* space between icon and text */
  margin-bottom: 5px;
}

@media (max-width: 768px) {
	.g-top-custom {
		top: 2rem;
	}
	.g-top-minus-custom {
		top: -2.5rem;
	}
}

@media (min-width: 768px) {
	.g-min-height-box--md{
		min-height: 473px;
	}	
	.g-min-height-box2--md{
		min-height: 353px;
	}
}
