.services-section-1 .service-items .service-icon img {
  border-radius: 10px
}
.services-section-1 .service-items .service-icon figure {
    font-size: 60px;
}
                .appointment-wapper {
                    background-color: rgba(255, 255, 255, 0.8);
                    padding: 40px;
                    border-radius: 10px;
                }
                 .bg-one {
                    background-color: #ebf6ff;
                }

                .bg-two {
                    background-color: #dffaff;
                }
                .video-section {
                    background-color: var(--background-one)
                }

                /* Basic styling for the video container for responsive 16:9 embedding */
                .video-container {
                    position: relative;
                    padding-bottom: 56.25%;
                    /* 16:9 aspect ratio (9 / 16 * 100) */
                    height: 0;
                    overflow: hidden;
                    max-width: 100%;
                }

                .video-container iframe {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }

                .video-title {
                    font-size: 1.25rem;
                    /* Adjust title size as needed */
                    margin-bottom: 15px;
                    text-align: center;
                }
                  @media (min-width: 991px) {
                    .testimonials-image {
                        margin-right: 20px;
                    }
                }