body {
  font-family: "Roboto", sans-serif;
  color: #434455;
  background-color: #ffffff;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}


/* Header */
  header {
   background-color: #ffffff;
  }
  .website-logo {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4d5ae5;
  }
  .website-logo-studio {
   color: #2e2f42;
  }
  .header-href {
    color: #2e2f42;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
  .header-href:hover {
    color: #404bbf;
  }
  .header-href:focus {
   color: #404bbf;
  }
  .address-menu {
    font-style: normal
  }
  .address-href {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
    font-weight: 400;    
  }
  .address-href:hover {
    color: #404bbf
  }
  .address-href:focus {
   color: #404bbf
  }
/* Header */

/* Section 1 - Effective Solutions */
  .section_effective_solutions {
    background-color: #2e2f42;
  }
  .h-first-class {
    font-size: 56px;
    line-height: 1.07;
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffffff;
  }
  .button_order_service {
    background-color: #4d5ae5;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #ffffff;
    cursor: pointer;
  }
  .button_order_service:hover {
    background-color: #404bbf;
  }
  .button_order_service:focus {
    background-color: #404bbf;
  }
/* Section 1 - Effective Solutions */

/* Section 2 - Benefits */
  .section_benefits {
    background-color: #ffffff;
  }
  .h-third-class {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2e2f42;
  }
  .p-section-two-three {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
  }
/* Section 2 - Benefits */

/* Section 3 - Our Team */
  .section_our_team {
    background-color: #f4f4fd;
  }
  .h-second-class {
    font-size: 36px;
    line-height: 1.11;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #2e2f42;
  }
  .people_info {
    background-color: #ffffff;
  }
/* Section 3 - Our Team */

/* Section 4 - Our Portfolio */
  .section_our_portfolio {
    background-color: #ffffff;
  }
/* Section 4 - Our Portfolio */

/* Footer */
  .footer {
    background-color: #2e2f42;
  }
  .website-logo-footer {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4d5ae5;
  }
  .website-logo-footer-studio {
    color: #f4f4fd;
  }
  .p-footer {
    line-height: 1.5;
    color: #f4f4fd;
    letter-spacing: 0.02em
  }
/* Footer */