/* CSS Document */



section.side-by-side-init-section {
  padding: 2rem 0 4rem 0;
  background: rgba(22, 155, 215, 0.2);
}



section.side-by-side-init-section h3.side-by-side-init-heading, section.side-by-side-init-section .side-by-side-init-heading.h3 {
  color: #009ad6;
  font-family: "Merriweather", sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 46px;
  text-align: center;
  padding: 2rem 0 1rem 0;
}

section.side-by-side-init-section .side-by-side-inter-container-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

section.side-by-side-init-section p.side-by-side-init-content,
section.side-by-side-init-section ul {
  color: #555555;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 2rem;
}

section.side-by-side-init-section .side-by-side-init-area-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
}

section.side-by-side-init-section a.side-by-side-init-management.btn {
  border: 4px solid #C7E096;
  color: #009ad6;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  background: #ffffff;
  padding: 12px 30px;
}

section.side-by-side-init-section a.side-by-side-init-management.btn i.ri-arrow-right-s-line {
  position: relative;
  top: 5px;
  font-size: 20px;
}


@media (max-width: 575.98px) {
  section.side-by-side-init-section h3.side-by-side-init-heading, section.side-by-side-init-section .side-by-side-init-heading.h3 {
    color: #009ad6;
    font-family: "Merriweather", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 42px;
    text-align: center;
    padding: 1rem 0 1rem 0;
  }
  section.side-by-side-init-section p.side-by-side-init-content,
  section.side-by-side-init-section ul {
    color: #555555;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 2rem;
  }
}


.side-by-side-inter-container-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
