body {
  font-family: "Roboto" sans-serif;
  font-style: bold;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2%;
  color: #434455;
}
h1 {
  font-style: bold;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 2%;
  color: #ffffff;
  line-height: 1;
}
.h1-section {
  background-color: #2e2f42;
  text-align: center;
}
h2 {
  font-style: bold;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2%;
  color: #2e2f42;
  line-height: 2;
  text-align: center;
}
h3 {
  font-style: Medium;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2%;
  color: #2e2f42;
  line-height: 2;
}
p {
  font-style: normal;
  font-size: 16px;
  letter-spacing: 2%;
  color: #2e2f42;
  line-height: 1.5;
}
ul {
  list-style-type: none;
}
.our-team {
  text-align: center;
  background-color: #f4f4fd;
}
.button1 {
  text-align: center;
  border: 0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 16px 32px 16px 32px;
  color: #ffffff;
  background-color: #4d5ae5;
  margin-top: 32px;
}
.button1:hover {
  text-align: center;
  border-radius: 4px;
  padding: 16px 32px 16px 32px;
  color: #ffffff;
  background-color: #3c45b1;
  cursor: pointer;
}
.button1:focus {
  text-align: center;
  border-radius: 4px;
  padding: 16px 32px 16px 32px;
  color: #ffffff;
  background-color: #3c45b1;
}
a {
  text-decoration: none;
}
.address {
  color: #434455;
}
ul {
  display: flex;
  gap: 35px;
}
nav ul li a {
  color: #2e2f42;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2%;
  cursor: pointer;
}
.webstudio-web {
  font-family: "Raleway" sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 3%;
  color: #4d5ae5;
}
.webstudio-studio {
  font-family: "Raleway" sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 3%;
  color: #2e2f42;
}
footer {
  background-color: #2e2f42;
  padding-left: 120px;
}
footer p {
  color: #f4f4fd;
}
footer .webstudio-studio {
  font-family: "Raleway" sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 3%;
  color: #f4f4fd;
}

.container {
  width: 1158px;
  margin: 0 auto;
}
section {
  padding: 120px 0;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e7e9fc;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.section1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-team ul li {
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.our-portfolio ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our-portfolio ul li {
  border: 1px solid #e7e9fc;
}
h1,
h2,
h3,
p,
ul {
  margin: 0;
  padding: 0;
}
