.Services-btn {
  position: relative !important; 
  transform: translate(-50%,0);
  left: 50%;
  top: 0;
  min-width: max-content;
  margin: 3vw 0;

  
}

.accordion {
  width: 50%;
  margin: 2rem auto;
  font-size: 1.2rem;
}
.accordion-item {
  background: var(--card-black);
  color: #fff;
  margin: 0.5rem 0;
  border-radius: 5px;
}
.accordion-toggle {
  background: rgb(36, 35, 35);
  color: #fff;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.6rem;
}
.arrow {
  transition: transform 0.3s ease-in-out;
}
.accordion-content {
  display: none;
  padding: 1rem;
  border-top: 1px solid #444;
}



.custom-list {
  list-style: none;
  padding-left: 0;
}
.custom-list li {
  background: url('../img/icon-awesome-photo-video@1x.png') no-repeat left center;
  padding-left: 40px;
  background-size: 20px 20px;
  margin-bottom: 10px;
}





@media screen and (max-device-width: 1050px)  {
  .Services-btn {
    padding: 7vw 5vw !important;
  }

  .Services-btn__icon{
    min-width: 30px;
    min-height: fit-content;
    max-width: 8vw;
    max-height: 8vw;
  }
}

@media screen and (max-device-width: 800px)  {

  .Services-btn_txt{
    
    font-size: 1.6rem !important;
  }
  .Services-btn__icon{
    max-width: 10vw;
    max-height: 7vw;
  }

  .accordion {
    width: 90%;
    flex-direction: column;
  }
  .accordion-item {
    width: 100%;
  }
  .custom-list li {
    background-size: 25px 25px;
    padding-left: 50px;
  }

}
@media screen and (max-device-width: 500px)  {
  .Services-btn {
    padding: 10vw 4vw !important;
    margin: 8vw 0;
  }
  .Services-btn__icon{
    max-width: 14vw;
    max-height: 11vw;
  }

}