:root {
  --main-color: #a93d6d;
  --main-color-hover: #a93d6d;

  --primary-background-color: #fff;
  --second-color: #212529;
  --third-color: #13181e;
  --fifth-background-color: #f1f1f1;

  --link-color: #deb0ba;
  
  --font-family: Arial, sans-serif;
  --font-body-size: 18px;
  --font-white: #fff;
  --font-grey: #585858;

  --border-color: #6c757d;
  --border-radius: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 28px;
  font-weight: bold;
}

footer h3 {
  font-size: 20px;
}
.btn-width {
  width: 100%;
}
.logo {
  /** width: 216px; **/
  height: 64px;
}

.how_it_work_m h3 {
  font-size: 20px;
}

.fa-icon {
  height: 48px;
  width: 48px;
  filter: invert(36%) sepia(10%) saturate(4310%) hue-rotate(284deg) brightness(87%) contrast(89%);
}