* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.container {
  width: 1678px;
  margin: 0 auto;
  padding: 0 15px;
  outline: solid red;
}
.header-list {
  display: flex;
  gap: 100px;
}
.header {
  background-color: #121212;
  padding-top: 32px;
  padding-bottom: 32px;
}
.header-link {
  font-family: "Oswald";
  font-weight: 400;
  font-style: "Regular";
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.header-link:hover {
  color: #b2ffa6;
}
.about-container {
  display: flex;
  align-items: center;
  gap: 70px;
}
.about-tittle .about-text {
  font-family: "Raleway";
  font-weight: 400;
  font-style: "Regular";
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.about-btn {
  padding: 15px 80px;
  border: none;
  background-color: #b2ffa6;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 6%;
}
.about-container {
  display: flex;
  align-items: center;
  gap: 70px;
}
.abot-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;

  font-size: 40px;

  line-height: 100%;
  letter-spacing: 0%;

  margin-bottom: 30px;
}

.about-text {
  font-family: "Raleway", sans-serif;

  font-size: 32px;

  line-height: 1.2;
  letter-spacing: 0%;

  margin-bottom: 60px;
}
.about {
  background-color: #efefef;
}
.fetures {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fetures-list {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
.fetures-item {
  width: 407px;
  display: flex;
}
.fetures-item img {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 28px;
}
.fetures-item h3 {
  font-family: "Releway", sans-serif;
  font-size: 32px;
  margin-bottom: 25px;
}
.fetures-item p {
  font-family: "Releway", sans-serif;
  font-size: 24px;
  margin-bottom: 25px;
}
.services {
  text-align: center;
  background-color: #efefef;
  padding: 60px 0;
}
impro
.footer-list{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #121212;
}