.content{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 70px 0 0;
  overflow: hidden;
}

.content_title{
  max-width: 1015px;
  margin-top: 0;
}

.content_discription{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1428px;
}

.discription{
  display: block;
  max-width: 575px;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.16px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}


.advantages {
  width: 100%;
  height: 125px;
  max-width: 1428px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #FFFFFF1A;
  backdrop-filter: blur(100px);
  padding: 15px 0;
  border-radius: 10px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  margin: 62px 0 120px 0;
}


.advantages_case {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 50px;
}


.advantages_case h4 {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28.16px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 0;
  margin-bottom: 15px;
}

.advantages_case span {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.16px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.advantages_border {
  width: 1px;
  height: 80%;
  background-color: #ffffff;
  align-self: center;
}
