.compsa_about_us {
  background: var(--neutral-1);
}
.compsa_about_us_wrapper {
  padding-top: var(--padding-regular);
}
.compsa_about_us_title,
.compsa_about_us_subtitle {
  max-width: var(--max-width);
  margin: auto;
}
.compsa_about_us_title {
  color: #013a4e;
  font-family: var(--font-headings);
  font-size: var(--text-size-headings);
  font-style: normal;
  font-weight: var(--regular);
  line-height: normal;
}
.compsa_about_us_subtitle {
  color: #006385;
  font-family: var(--font-titles);
  font-size: var(--text-size-leads);
  font-style: normal;
  font-weight: var(--regular);
  line-height: normal;
  margin-bottom: 50px;
}

.compsa_about_us_item_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: var(--max-width);
  overflow: hidden;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 80px;
}
.compsa_about_us_item {
  position: relative;
  overflow: hidden;
}

.compsa_about_us_item_text {
  color: var(--black);
  font-family: var(--font-titles);
  font-size: var(--text-size-content);
  font-style: normal;
  font-weight: var(--regular);
  line-height: var(--line-height-large);
}

#compsa_actioncall.compsa_about_us_item {
  background: var(--border-color);
}
#compsa_service .compsa_about_us_item_title,
#compsa_service .compsa_about_us_item_text,
#compsa_actioncall .compsa_about_us_item_text {
  color: var(--neutral-10);
}

.compsa_about_us_action_call {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--border-color);
}
.compsa_about_us_action_call_title {
  color: var(--primary-100);
  text-align: center;
  font-family: var(--font-titles);
  font-size: 40px;
  font-style: italic;
  font-weight: var(--bold);
  line-height: var(--line-height-large);
  padding: var(--padding-regular) 0;
}
.compsa_about_us_action_call_img_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: var(--max-width);
  overflow: hidden;
  margin: auto;
}
.compsa_about_us_action_call_image {
  height: auto;
  width: 100%;
}
.compsa_about_us_action_call_subtitle {
  color: var(--neutral-10);
  text-align: center;
  font-family: var(--font-titles);
  font-size: var(--text-size-leads);
  font-style: italic;
  font-weight: var(--regular);
  line-height: var(--line-height-large);
  z-index: 1;
  position: relative;
  padding: 97px 0;
}

.compsa_about_us_action_call_subtitle:after {
  content: "";
  background: url(/wp-content/uploads/Group.png) center center no-repeat;
  height: 160px;
  width: 160px;
  border: none;
  position: absolute;
  opacity: 0.35;
  background-size: contain;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
  z-index: -1;
}
