.info-boxes .list-box-header-row {
  display: flex;
}

.info-boxes .list-box-header-row h4 {
  margin-bottom: 60px;
  margin-top: 0;
  color: #aba8c3;
}

  width: 60%;
  margin-right: 5px;
}

.info-boxes .list-box-header-row .video {
  width: calc(40% - 5px);
}

.info-boxes .list-box-wrapper .list-box {
  margin-bottom: 45px;
  color: #aba8c3;
  line-height: 2.6rem;
  font-size: 1.6rem;
  display: flex;
}

.info-boxes .list-box-wrapper .list-box p {
  line-height: 2.6rem;
  font-size: 1.6rem;
}

.info-boxes .list-box-wrapper .list-box .items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #463c60;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  border-radius: 5px;
  overflow: hidden;
}

.info-boxes .list-box-wrapper .list-box .items .list {
  -webkit-box-shadow: 0 0 15px 5px #2e233e;
  box-shadow: 0 0 15px 5px #2e233e;
  padding: 15px 35px 30px;
  width: 55%;
}

.info-boxes .list-box-wrapper .list-box .items .list h2 {
  margin-top: 10px;
  font-size: 4.3rem !important;
}

.info-boxes .list-box-wrapper .list-box .items .list .tabs {
  padding-left: 18px;
}

.info-boxes .list-box-wrapper .list-box .items .list .tabs .tab-item {
  cursor: pointer;
}

.info-boxes .list-box-wrapper .list-box .items .list .tabs .tab-header {
  position: relative;
  padding: 3px 20px 3px 30px;
  line-height: 2rem;
}

.info-boxes .list-box-wrapper .list-box .items .list .tabs .tab-active {
  color: white;
}

.info-boxes .list-box-wrapper .list-box .items .list .tabs .tab-active .tab-header::after {
  background: url(https://www.vision-inside.ch/app/themes/total-child-theme/images/svg-files/long-arrow-right-secondary-text.svg) 100% no-repeat;
  background-size: auto 25px;
  display: block;
  position: absolute;
  height: 20px;
  width: 25px;
  right: 0;
  content: "";
  top: 3px;
}

.info-boxes .list-box-wrapper .list-box .items .list .tabs .tab-item .tab-header .header-inner::before {
  display: inline-block;
  border-radius: 50px;
  position: absolute;
  margin-right: 0;
  height: 15px;
  width: 15px;
  content: "";
  z-index: 5;
  left: 0;
  top: 5px;
  background-color: #4ac869;
}

.info-boxes .list-box-wrapper .list-box .items .list .tabs .tab-item .tab-header .header-inner::after {
  position: absolute;
  display: block;
  content: "";
  height: 50px;
  width: 3px;
  left: 6px;
  z-index: 4;
  top: -5px;
  background-color: #4ac869;
}

.info-boxes .list-box-wrapper .list-box .items .list .tabs .tab-item:first-child .tab-header .header-inner::after {
  height: 50px;
  top: 5px;
}

.info-boxes .list-box-wrapper .list-box .items .list .tabs .tab-item:last-child .tab-header .header-inner::after {
  height: 20px;
  bottom: 10px;
  top: auto;
}

.info-boxes .list-box-wrapper .list-box .items .list .tabs .tab-item:hover .tab-header .header-inner::before {
  background-color: #FFFFFF;
}

.info-boxes .list-box-wrapper .list-box .items .list .tabs .tab-item:hover .tab-header .header-inner {
  color: #FFFFFF;
}

.info-boxes .list-box-wrapper .list-box .items .content {
  width: 45%;
}

.info-boxes .list-box-wrapper .list-box .items .content .cnt-wrapper {
  height: 410px;
}

.info-boxes .list-box-wrapper .list-box .items .content .cnt-item {
  display: none;
  position: relative;
  height: 100%;
}

.info-boxes .list-box-wrapper .list-box .items .content .cnt-item.cnt-active {
  display: block;
}

.info-boxes .list-box-wrapper .list-box .items .content .cnt-item .text {
  height: 100%;
  overflow: auto;
  padding: 25px 15px 100px 25px;
}

.info-boxes .list-box-wrapper .list-box .items .content .cnt-item .text .read-more {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 400;
  margin: 20px 0;
}

.info-boxes .list-box-wrapper .list-box .items .content .cta {
  width: calc(100% - 50px);
  background-color: #463c60;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 15px;
  padding-top: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.info-boxes .list-box-wrapper .list-box .items .content .cta a {
  border-radius: 5px;
  padding: 0.738em 1.277em;
  vertical-align: bottom;
  display: inline-block;
  line-height: 2.3rem;
  font-size: 1.6rem;
  text-align: left;
  margin: 5px 0;
  opacity: 1;
  background-color: #3bcb63;
  color: #fff;
  width: 100%;
}

.info-boxes .list-box-wrapper .list-box .items .content .cta a::after {
  content: " ";
  display: inline-block;
  -webkit-transition: all .15s ease;
  -o-transition: .15s all ease;
  transition: all .15s ease;
  background: url(https://www.vision-inside.ch/app/themes/total-child-theme/images/svg-files/long-arrow-right-white.svg) 50% no-repeat;
  background-size: cover;
  position: relative;
  margin-left: 10px;
  height: 20px;
  width: 20px;
  top: 2px;
}

.info-boxes .list-box-wrapper .list-box .video {
  width: calc(40% - 5px);
  background-color: #463c60;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
}

.info-boxes .list-box-wrapper .list-box .items .content .cta a:hover span{
  margin-right: 15px !important; 
  transition: 0.15s all ease !important;
}

.info-boxes .list-box-wrapper .list-box .video .video-widget {
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.info-boxes .list-box-wrapper .list-box .video .video-widget .video-wrapper {
  position: relative;
  padding-top: 60%;
}

.info-boxes .list-box-wrapper .list-box .video .video-widget .video-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}
.info-boxes .list-box-wrapper .list-box .items .content .cta a span {
  font-size: 18px !important;
  font-family: "Poppins" !important;
}

@media only screen and (max-width: 1365px) {
  .info-boxes .list-box-header-row {
    display: none;
  }

  .info-boxes .list-box-wrapper .list-box {
    flex-direction: column;
  }

  .info-boxes .list-box-wrapper .list-box .video,
  .info-boxes .list-box-wrapper .list-box .items {
    width: 100%;
  }

  .info-boxes .list-box-wrapper .list-box .items {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .info-boxes .list-box-wrapper .list-box .video .list,
  .info-boxes .list-box-wrapper .list-box .items .content {
    width: 50%;
  }

  .info-boxes .list-box-wrapper .list-box .video .video-widget .video-wrapper {
    padding-top: 56%;
  }
}

@media only screen and (max-width: 765px) {
  .info-boxes .list-box-wrapper .list-box .items .list,
  .info-boxes .list-box-wrapper .list-box .items .content {
    width: 100%;
  }

  .info-boxes .list-box-wrapper .list-box .items {
    flex-direction: column;
  }

  .info-boxes .list-box-wrapper .list-box .items .content .cnt-wrapper {
    height: 250px;
  }

  .info-boxes .list-box-wrapper .list-box .items .list .tabs .tab-active .tab-header::after {
    transform: rotate(90deg);
  }
  .info-boxes .list-box-wrapper .list-box .items .list h2 {
    font-size: 3.5rem !important;
  }
  .info-boxes .list-box-wrapper .list-box .items .content .cta a span {
    font-size: 14px !important;
  }
  .info-boxes .list-box-wrapper .list-box .items .content .cta a::after {
    top: 5px;
  }
  .accordion .ui-accordion-header h4 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .info-boxes .list-box-wrapper .list-box .items .list .tabs .tab-item .tab-header .header-inner::after {
    height: 100%;
    min-height: 50px;
  }
  .info-boxes .list-box-wrapper .list-box:last-child {
    margin: 0px;
  }
}
@media (max-width: 374px) {
  .info-boxes .list-box-wrapper .list-box .items .content .cta a {
    padding: 6px 15px !important; 
  }
  .info-boxes .list-box-wrapper .list-box .items .content .cta a:hover span {
    margin-right: 0px !important;
  }
}
