b, strong {
    font-weight: bold;
}

.about-service3-area .feature3-lists{
	display: grid;
    grid-template-columns: 1fr;
}

.feature-box .icon-box {
    color: var(--white);
    background-color: var(--accent_color);
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.about-service3-area .feature3-lists .feature-box .icon-box {
    color: var(--white);
    background-color: var(--accent_color);
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.feature3-style-2 .feature-box i {
    color: var(--white);
    background-color: var(--accent_color);
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.about-service3-area ul li i {
    color: var(--white);
    background-color: var(--accent_color);
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards.menu-services{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-top: 10px;
    line-height: 1;
}

.video-content{
    display: block;
    margin: auto;
    text-align: center;
}

.video-content video{
    border-radius: 10px;
}

.prueba{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
}

.company-name{
    color: var(--accent_color);
    font-weight: bold;
}

.video-responsive {
  position: relative;
  padding-bottom: 25%; /* 16:9 aspect ratio (height/width * 100) */
  height: 0;
  overflow: hidden;
  max-width: 600px;
  text-align: center;
  margin: auto;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px; 
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); 
  border: 1px solid #ccc;
}

.scrum-graph{
    width: 70%;
    margin: 50px auto 0 auto;
}

.feature3-lists-content > h3{
    margin-bottom: 50px;
    font-weight: bold;
    color: var(--white);
}

.feature3-lists-content > p{
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 50px;
    color: var(--white);
}


/* RESPONSIVE STYLES */

@media (max-width: 1900px) {
}
@media (max-width: 1700px) {
    .video-responsive {
      padding-bottom: 35%; 
    }
}
@media (max-width: 1200px) {
    .video-responsive {
      padding-bottom: 50%; 
    }
    .scrum-graph{
        width: 100%;
        margin: 50px auto 0 auto;
    }
    .header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards.menu-services{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 820px) {
    .video-responsive {
      padding-bottom: 50%; 
    }
    .header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards.menu-services{
        display: grid;
        grid-template-columns: 1fr;
    }
}
@media (max-width: 699px) {
    .video-responsive {
      padding-bottom: 80%; 
    }
    .header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards.menu-services{
        display: grid;
        grid-template-columns: 1fr;
    }
}