@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.main-image {
	width: 100%;
	margin-top: 24px;
	margin-bottom: 24px;
}

.main-title {
  color: #000;
  font-family: Montserrat;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.paragraph {
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
}

.sub-title {
  color: #000;

  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 4rem;
}

.optimo-section-image {
  width: 38.9375rem;
height: 15.8125rem;
aspect-ratio: 623/253;
margin: 0 auto;
display: block;
margin-top: 1.5rem;
}