.img-hero{
  margin-top: 160px;
}

.surrounded{
  border: 1px solid #3AAFA9;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 1em;
  color: #3AAFA9;
}

.squared{
  border: 1px solid #3AAFA9;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 1em;
  color: #3AAFA9;
}

.simple{
  color: #3AAFA9;
}

.sectionLi{
  margin: 0 0 32px 0;
  margin-left: 57px;
  list-style: none;
  position: relative;
}
.sectionLi::before{
  content: " ";
  width: 30px;
  height: 2px;
  background: #3AAFA9;
  left: -57px;
  top: 12px;
  position: absolute;
}

.video-container{
  background: #3AAFA9;
  padding: 50px;
  border-radius: 15px;
}

.video{
  max-width: 650px;
  border-radius: 8px;
}

.container-vecto{
  padding: 50px;
}