.structur-list-two {
    text-align: center;
    margin-top:30px;
}

.structur-list-two li {
  display: block;
  position: relative;
  border: 2px solid #312759;
  width: 100%;
  margin: auto;
  font-size: 16px;
  color: #312759;
  padding: 28px 36px;
  text-align: center;
  margin-bottom: 59px;
}

.flexible .structur-list-two li{
  width: 70%;
  float: left;
}

.metudi::before{
  content: '';
  width: 1px;
  height: 63px;
  background-color: #312759;
  position: absolute;
  top: 72px;
  left: 50%;
}
.metudis::before{
  content: '';
  width: 1px;
  height: 63px;
  background-color: #312759;
  position: absolute;
  top: 113px;
  left: 50%;
}


@media(max-width:760px)
{
  .flexible .structur-list-two li{
    width: 100%;
  }
  .structur-list-one li {
    width: 100%;
  }
  .structur-line{
    display: none;
  }
}



/*additional*/
/*/////////////////////////////////////////*/

@media only screen and (max-width: 991px) {
  .title2_cover{
    margin-top:100px;
  }
}

@media only screen and (max-width: 767px) {
  .title2_cover{
    margin-top:0px;
  }
}