.text-bold {
    font-weight: bold;
}

body {
    font-family: 'Roboto', sans-serif;
}

.welcome-title h1 {
    font-size: 3.8rem;
    font-weight: bold;
}

.about-text {
    font-size: 2rem;
}

img.dashboard-img {
    width: 550px;
    display: block;
    margin: 0 auto;
}

.dashboard-block {
    margin-top: 20px;
    margin-bottom: 30px;
}

.btn-lite {
    color: #333;
    background-color: #fff;
    border: solid 2px #857f99;
    margin-right: 20px;
}

.btn-main {
    color: #fff;
    background-color: #1ebbd7;
}

@media (max-width: 350px) {
    .btn-lite {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.btn-main:hover, .btn-dark:hover {
    color: #fff;
    opacity: 0.8;
}

.stats-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.stats-block div.stats-item {
    border: 2px solid #000000;
    margin-right: 10px;
    padding: 15px;
    width: 310px;
    margin-bottom: 10px;
}

.start-survey-block {
    border: 2px solid #000000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px 50px;
}

.start-survey-block div:first-child {
    text-align: left;
}

@media (max-width: 770px) {
    .start-survey-block {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.btn-dark {
    background-color: #100538;
    color: #ffff;
}

.quote {
    font-style: italic;
    border-left: 3px solid #1ebbd7;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.description-main {
    padding: 10px 0;
}

.download-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.download-block div:first-child {
    text-align: left;
}

.highlights-block p {
    text-align: justify;
}

.highlights-block h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.pro-buyer-features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

@media (max-width: 792px) {
    .pro-buyer-features {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 528px) {
    .pro-buyer-features {
        grid-template-columns: 1fr;
    }
}

.feature-item {
    width: 250px;
}

.feature-item p {
    text-align: justify;
}

.feature-item img {
    width: 80px;
}

.splide__slide img {
    width: 80%;
}

.slide-show-2 {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), url('/static/img/pro_buyer/cessna_ext.jpg');
}

.slide-show-1 {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), url('/static/img/pro_buyer/piper_cropped.jpg');
}

.buyer-review {
    font-size: 3.5rem;
    font-style: italic;
}

.buyer-review-block {
    color: #ffff;
    padding-top: 110px;
}

@media (max-width: 1195px) {
    .buyer-review {
        font-size: 2.8rem;
    }
}

@media (max-width: 780px) {
    .buyer-review {
        font-size: 2.3rem;
    }
}

@media (max-width: 550px) {
    .buyer-review {
        font-size: 1.8rem;
    }
}

.footer-image {
    display: flex;
    height: 431px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/static/img/pro_buyer/aircraft_cropped.jpg');
}

.footer-image div:first-child {
    width: 50%;
}

.footer-image div {
    text-align: center;
    font-style: italic;
    font-size: 5.5rem;
    color: #8a929d;
    padding-top: 75px;
}

@media (max-width: 700px) {
    .footer-image div {
        font-size: 4rem;
    }
}

.footer-block {
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

.stats-item img {
    width: 50px;
}

.stats-item h2 {
    font-weight: bold;
}

.stats-item p {
    font-style: italic;
}

.description-block {
    text-align: justify;
}

.manual-onboarding-form {
    margin-top: 17px;
}


@media (max-width: 1015px) {
    .footer-block {
        display: none;
    }

    .download-block {
        margin-bottom: 20px;
    }
}