.parents-app-video {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-width: 3px;
    border-style: solid;
    border-radius: 35px;
    aspect-ratio: 261 / 559;
    background-color: black;
    padding-left: 1px;
}
.drivers-app-images {
    max-width: 100%;
    height:auto;
    width: 100%;
    border-width: 3px;
    border-style: solid;
    border-radius: 35px;
}
.bg-app-purple {
    background-color: #9a34b3;
}
.sub-purple {
    color:#642c8a
}
@media(max-width:768px) {
    .desktop-only {
        display: none;
    }
}
@media(min-width:769px) {
    .mobile-only {
        display: none;
    }
}
.app-btn {
    background-color: #642c8a;
    color:white;
    border-style: solid;
    border-color: #642c8a;
    border-width: 1px;
}
.app-btn:hover {
    background-color: white;
    color:#642c8a;
    border-color: #642c8a;
}
.apple-app-btn > img,
.google-app-btn > img{
    height:48px;
    width:auto;
}
.apple-app-btn {
    padding-top: 0;
}
.apple-app-btn,
.google-app-btn {
    padding-left: 0;
    padding-right: 0;
}
h1 {
    font-size: 45px!important;
}
@media (max-width: 991px) {
    h1 {
        font-size: 25px!important;
    }
}
.phase-card {
    border-style: solid;
    border-color: #642c8a;
    border-width: 3px;
    border-radius: 35px;
    margin-bottom: 10px;
}
.phase-title {
    font-size: 1.8rem;
    color:#642c8a;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin:0;
}
.phase-subtitle {
    text-align: center;
    color: #642c8a;
    font-size: 1.6rem;
}
.phase-list,
.phase-copy {
    list-style-position: inside;
    text-align: center;
    padding: 0;
}
.download-btn {
    font-size: 1.5rem;
}
.features > div {
    font-size: 1.2rem;
}
.qr-code {
    max-height: 160px;
}