/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.home-page-top-hero-mission-block-container {
    padding: 96px 0 48px 0;
    background-color: #FAFCFF;
}

.home-page-top-hero-mission-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.home-page-top-hero-mission-block-title {
    font-size: 32px;
    line-height: 42px;
    font-family: "Urbanist-SemiBold";
    color: #2A2243;
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
    max-width: 800px;
}

.home-page-top-hero-mission-block-description {
    font-size: 20px;
    line-height: 28px;
    color: #2A2243;
    font-family: "Urbanist-Medium";
    width: 100%;
    text-align: center;
    max-width: 1200px;
}

.home-page-choice-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 48px 0;
    gap: 32px;
}

.home-page-choice-block-card {
    width: 50%;
}

@media (max-width: 1052px) {

    .home-page-top-hero-mission-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .home-page-top-hero-mission-block-title {
        width: 100%;
        text-align: center;
    }

    .home-page-top-hero-mission-block-description {
        margin-top: 32px;
        width: 100%;
        text-align: center;
    }

    .home-page-choice-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .home-page-choice-block {
        padding-bottom: 16px;
    }
}
@media (max-width: 768px) {
    .home-page-top-hero-mission-block-container {
        padding: 48px 0;
    }
}