#videos {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
}

@media (max-width: 787px) {
    #videos {
        grid-template-columns: 100%;
    }
}

.videoPlayer {
    height: 200px;
    width: 50%;
}

.videoContainer {
    display: flex;
    justify-content: center;
}

.titleDiv {
    display: flex;
    justify-content: center;
}

.gallery-dot {
    background: #81c132 !important;
}

#btnNext,
#btnPrevious {
    color: #81c132 !important;
}

.u-button-style.u-palette-1-base,
.u-button-style.u-palette-1-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #81c132 !important;
}


  .u-input-rectangle {
    width: 100%; /* Adjust the width as needed */
}
.margin-gap-style{
    margin-left: 50% !important;
}

 