
.video-container {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.video-container-clients{
 
  align-items: center;
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;

}


.video__service{
  width:30em;
  border-radius: 25px;
  height: 18em;
  object-fit: cover;
}

.video__service_clients{

  width: clamp(22em, 10vw + 15em, 30em);
  border-radius: 25px;
  height: 18em;
  object-fit: cover;
  margin-left: 5em;
}


.vi_acr.c-section--decorated::before,
	.vi_aden.c-section--decorated::before,
	.vi_ac.c-section--decorated::before {
	    top: 0;
		left: calc( 100% * 150 / 700 );
	    border-radius: var(--space-20) var(--space-20) 0 0;
	}


.vi_acr.c-section--decorated::after,
.vi_acr.c-section--decorated::before {
  background-color: var(--color-yellow);
  width: calc( 100% * 300 / 700 );
}

.vi_ac.c-section--decorated::after,
.vi_ac.c-section--decorated::before {
  background-color: #78C025;
  width: calc( 100% * 300 / 700 );
}

.vi_aden.c-section--decorated::after,
.vi_aden.c-section--decorated::before {
  background-color: #1C63B7;
  width: calc( 100% * 300 / 700 );
}



.vi_acr.c-section--decorated::after,
.vi_aden.c-section--decorated::after,
.vi_ac.c-section--decorated::after,
.clients.c-section--decorated::after 
{
  bottom: 5px;
  right: calc( 100% * 35 / 700 );
}

.clients.c-section--decorated::before {
	    top: 0;
		left: calc( 100% * 150 / 700 );
	    border-radius: var(--space-20) var(--space-20) 0 0;
	}

  .clients.c-section--decorated::after {
  
  right: calc( 100% * 200 / 700 );
   
}

.clients.c-section--decorated::after,
.clients.c-section--decorated::before {
  background-color: var(--color-accent);
  width: calc( 100% * 300 / 700 );
}

@media (max-width: 1200px) {
 
  .video-container {
    display: block;
    text-align: center;
  }

  .video-container-clients{
    justify-content: center;
    gap: 20px;
    display: grid;
  }


  .video__service_clients {
    width: clamp(22em, 10vw + 15em, 30em);
    margin: 0 auto;
  }

  .video__service {
    width: 40em;
    height: 22em;
  }

  .vi_ac,
  .vi_aden,
  .vi_acr{
    margin-bottom: 20px;
  }
  .vi_acr.c-section--decorated::after,
  .vi_aden.c-section--decorated::after,
  .vi_ac.c-section--decorated::after,
  .clients.c-section--decorated::after 
  {
    right: calc( 100% * 100 / 700 );
  }
}

@media(max-width:1100px){
  .video__service_clients {
    width: clamp(22em, 10vw + 15em, 30em);
    margin: 0 auto;
  }

}

@media (max-width: 900px) {
 
  .video-container {
    display: block;
    text-align: center;
  }

  .video-container-clients{
    grid-template-columns: 1fr;
  }
  .clients{
    text-align: center;
  }

  .video__service_clients {
    width: 35em;
    margin: 0 auto;
  }

  .video__service {
    width: 28em;
   height: 18em;
  }
  .vi_ac,
  .vi_aden,
  .vi_acr{
    margin-bottom: 20px;
  }

  .vi_acr.c-section--decorated::after,
  .vi_aden.c-section--decorated::after,
  .vi_ac.c-section--decorated::after,
  .clients.c-section--decorated::after 
  {
    right: calc( 100% * 100 / 700 );
  }

}
@media (max-width: 720px) {
  .video__service_clients {
    width: 30em;
    margin: 0 auto;
  }
}


@media (max-width: 600px) {
 
  .video-container {
    display: block;
    text-align: center;
  }

  .video__service {
    width: 20em;
   height: 15em;
  }
  .vi_ac,
  .vi_aden,
  .vi_acr{
    margin-bottom: 20px;
  }
  .video__service_clients {
    width: 20em;
    height: 15em;
    margin: 0 auto;
  }

}

@media(max-width: 450px){
  .video__service,
  .video__service_clients
   {
    width: 17em;
   height: 12em;
  }
  .vi_acr.c-section--decorated::after,
  .vi_aden.c-section--decorated::after,
  .vi_ac.c-section--decorated::after,
  .clients.c-section--decorated::after 
  {
    right: calc( 100% * 60 / 700 );
  }

}
