/* 1 About us page style 
        1.1 about us main content styles
        1.2 Our work flow in about us
        1.3 Carosel styles here
*/

.about-us.wp-block-column {
  margin: 6.25rem 0;
}

/* about us main content styles */
.about-us-main p,
.about-us-main h6 {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.about-us-main .wp-block-image {
  margin: 6.25rem 0;
}

.about-us-main .wp-block-image img {
  width: 100%;
  height: 100%;
}

.about-us h1 {
  font-size: 2.625rem;
  line-height: 3.25rem;
  font-weight: 800;
  color: var(--black-100);
  margin-bottom: 2.5rem;
}

.about-us h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--black-85);
  margin-bottom: 2.5rem;
}

.about-us h3 {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: normal;
  font-weight: 800;
  color: var(--black-100);
}
.about-us-main p {
	margin-bottom: 1.5rem;
}
.about-us p {
  font-size: 1rem;
  line-height: 2;
  font-weight: normal;
  color: var(--black-65);
}

/* Our work flow in about us */

#about_us_workflow h3 {
  margin-bottom: 3.875rem;
}

#about_us_workflow h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--black-85);
}

#about_us_workflow {
  margin: 5rem 0 6.5rem;
}

#about_us_workflow p {
  font-size: 0.875rem;
  line-height: 1.86;
  color: var(--black-45);
  margin-top: 1.5rem;
}
#about_us_workflow .workflow-divide + .workflow-divide {
  margin-left: 2.5rem;
}
#about_us_workflow .workflow-divide .workflow + .workflow {
  margin-left: 2.5rem;
}

#about_us_workflow .wp-block-image {
  margin-right: 1.5rem;
}
/* Carosel styles here */
.carosel-section {
  margin-top: 3.5rem;
  padding: 3.75rem 0;
  background-color: var(--primary-05);
}

.sa_hover_container {
    padding: 0.5rem !important;
}

.about-us-carosel-left h2 {
  font-size: 13.5rem;
  line-height: 1;
  font-weight: 800;
  color: var(--primary-16);
  margin: 0;
}

.about-us-carosel-right h2 {
  font-size: 2rem;
  font-weight: bold;
  color: var(--black-100);
  margin-bottom: 1rem;
}

.about-us-carosel-right h3 {
  font-size: 1.25rem;
  line-height: 2.125rem;
  font-weight: 800;
  color: var(--black-85);
  margin-bottom: 1rem;
}

.about-us-carosel-right p {
  font-size: 1rem;
  line-height: 2.125rem;
  font-weight: 500;
  color: var(--black-85);
  margin: 0;
}

.workflow-item{
	align-items: flex-start !important;
}

