.servicesbackground {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1px;
}

.servicesbackground img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: blur(1px);
}

.servicesblack {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    display: block;
    border-radius: 30px;
    margin: 80px; /* Adjust the margin as needed */
    color: white;
    position: relative; /* Add this to make it stack above the image */
    z-index: 1; /* Add this to stack above the image */
}

@media(max-width: 480px) {
    .servicesblack {
        background-color: rgba(0, 0, 0, 0.7);
        display: block;
        color: white;
        margin: 20px; /* Adjust the margin as needed */
        padding: 5px;
        position: relative;
        z-index: 1;
    }
}


.content-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: row;
    align-items: center;
    z-index: 1;

}



.p {
    font-family: "Roboto";
    font-weight: 300;
    font-style: normal;
    background-clip: border-box;
    background-image: none;
    color: white;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 30px;
    font-size: 17px;
}


.container h1 {
    font-size: 1.75rem;
    font-family: "arial";
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}


@media (max-width: 480px) {
    .container h1 {
        font-size: 1.75rem;
        font-family: "arial";
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 0.5rem;
    }
}


@media (max-width: 480px) {
    .container video {
      width: 100%;
      margin: 0;
      padding: 0;
      height: auto;
      border: 10px solid #000;
      border-radius: 20px;
    }
  }
  
  .video-with-border {
    border: 10px orangered;
    box-sizing: border-box; 
    border-radius: 10px;
  }


  @media (max-width: 480px) {
    .video-with-border {
        border: 10px orangered;
        box-sizing: border-box; 
        border-radius: 5px;
        width: 100%;
      }
    }