#my-links {
   justify-content: space-between !important;
}

#video_btn {
   background-color: white !important;
}

body[data-layout-mode=dark] .home-6 .bottom-item .video-button i {
   color: #1A1481 !important;
}

.experience {
   max-height: 300px;
   overflow-y: auto;
   overflow-x: hidden;
   max-width: 100%;

}

.work-image img {
   max-height: 500px !important;
   /* ou ajuste conforme necessário */
   object-fit: contain;
   margin: 0 auto;
   display: block;
}

.nav-link.active {
   color: #3638c5;
   /* ou a cor que preferir */
}

@media(max-width: 1410px) {
   #infos1 {
      top: 140px;
   }
}

@media(max-width: 1050px) {
   #infos1 p {
      font-size: 12px;
   }

   #infos1 {
      top: 100px;

   }
}

@media(max-width: 1000px) {
   #infos1 {
      top: 200px;
   }
}
@media(max-width: 670px) {
   #infos1{
      display: none;
   }
}