.pill_btn {
    font-size: 16px;
    padding: 10px 25px;
}

section.video {
    background-color: #000;
}

.overlay {
    border-radius: 32px;
    color: #fff;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: 60px;
    width: fit-content;
    height: fit-content;
    z-index: 100;
}

.overlay h1 {
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 545px;
}

.overlay p {
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    max-width: 545px;
}

#customisations .my-card {
    width: fit-content;
    display: flex;
    background-color: #fff !important;
    box-shadow: 0px 3px 15px 0px #00000014;
    align-items: center;
    border-radius: 100px;
}

#customisations .my-card .title {
    color: #000;
}

#customisations .my-card.active {
    background-color: #773DBD !important;
}

#customisations .my-card.active path {
    stroke: #fff;
}

#customisations .my-card.active .title {
    color: #fff !important;
}
        .pill_btn{
            cursor: inherit !important;
        }
        .pill_btn:hover{
            background-color: white !important;
            color: black;
        }