/*
 * Styles 
 */

:root {
    --default-gap: 16px;
}

#main-title,
#main-testimonies {
    margin-bottom: var(--default-gap);
}

#testimonies-carousel {
    margin: var(--default-gap) auto;
}

#testimonies-carousel .carousel-item img {
    max-height: 400px;
    max-width: 100%;
}

#testimonies-carousel,
.youtube-embedded-video {
    width: 100% !important;
    aspect-ratio: 560 / 315;
}

.module-grid {
    display: grid;
    gap: var(--default-gap);

    grid-template-columns: 1fr 3fr;
}

.form-text ul,
.errorlist {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    list-style: none;
}

.login-form {
    width: 700px;
    max-width: 90%;
    margin: 0 auto;
}

.youtube-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.bullet-upsides {
    padding-left: unset;
}

.bullet-upsides li {
    list-style: none;
}

#how-works ul {
    padding-left: 1rem;
}

#how-works ul li {
    list-style: disc;
}

.jd-round {
    border-radius: 50%;
}