.accessibility_statement {
    font-family: var(--font-regular);
    font-size: 15px;
}

.accessibility_statement_header {
    font-family: var(--font-regular);
    font-size: 15px;
    padding: 25px 0 25px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    overflow: hidden;
}

.title h1 {
    font-family: var(--font-regular);
    position: relative;
    text-transform: uppercase;
    font-size: 2.2rem;
    display: inline-block;
}

.title h1::before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: var(--black-color);
    position: absolute;
    top: 23px;
    left: -120px;
}

.modal-header {
    padding: 5px 10px;
}

.title h1::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: var(--black-color);
    position: absolute;
    right: -120px;
    top: 23px;
}

.about_manhasset_content-right {
    margin: 15px auto !important;
}

::ng-deep .cdk-overlay-container {
    position: static;
}

.about_manhasset_content-right {
    background: white;
    padding-bottom: 0 !important;
}

.about_manhasset_content-right-wrapper {
    display: flex;
    margin: 0 -15px;
}

.about_manhasset_content-right_image {
    padding: 15px;
}

.about_manhasset_content-right_info_header {
    padding: 0;
    margin-left: 0;
    text-align: center;
}

.about_manhasset_content-right_info_header-h4 {
    font-size: 40px;
    margin-top: 20px;
    font-weight: bold;
}

.about_manhasset_content-right_info_header-span,
.about_manhasset_content-left_info_header-span {
    font-size: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: #f9f9f9;
    line-height: 1;
    display: block;
}

.about_manhasset_content-right_info_description {
    /*    background: var(--white-color);*/
    font-family: var(--font-regular);
    line-height: 30px;
}

.about_manhasset_content-right_info_description-hr {
    width: calc(100% + 50px);
    margin-left: -50px;
}

.about_manhasset_content-right_info_description {
    font-family: var(--font-regular);
    line-height: 30px;
}


.about_manhasset_content-left_info_header.information,
.about_manhasset_content-left_info_description.information {
    text-align: center;
}

@media (min-width: 1199.98px) {
    .about_manhasset_content-left {
        background: #f3f3f3;
    }

    .about_manhasset_content-right_info_header {
        padding: 0 40px;
        margin-left: 0;
    }

    .about_manhasset_content-left_info_header,
    .about_manhasset_content-left_info_description,
    .about_manhasset_content-right_info_header,
    .about_manhasset_content-right_info_description {
        /*        background: #fff;*/
        padding: 0 95px !important;
        text-align: left;
    }

    .about_manhasset_content-left_info_descriptio-a {
        width: 200px;
    }

    .about_manhasset_content-right-wrapper {
        flex-direction: row-reverse;
    }

    .about_manhasset_content-right_info,
    .about_manhasset_content-left_info {
        align-content: center;
    }

    .manhasset_content_child {
        max-width: 1500px;
        margin: 15px auto;
    }

    .about_manhasset_content-left_info_header-h4 {
        /*        margin-top: 85px !important;*/
        padding-bottom: 10px;
        /*        padding-left: 15px;*/
        padding-right: 15px;
        width: 100%;
    }

    .about_manhasset_content-right_info_header-h4 {
        /*        margin-top: 85px !important;*/
        padding-bottom: 10px;
    }
}


.host {
    
    padding-bottom: 20px;
}

.main_term {
    background: #fff;
    max-width: 1440px;
    margin: 0 auto;
    /* box-shadow: 2px 2px 15px 1px rgb(0 0 0 / 3%); */
}

.item0 {
    padding: 30px 0 0 0;
}

.main_term h3 {
    font-family: var(--font-regular);
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    padding: 30px 0 15px 0;
    border-bottom: 1px solid #d8d8d8;
}

.main_term p {
    font-family: var(--font-regular);
    font-size: 15px;
    color: #212121;
    line-height: 23px;
    padding-top: 10px;
}

.main_term ul li a {
    font-family: var(--font-regular);
    font-size: 15px;
    color: #eea501;
    line-height: 30px;
}

.main_term strong {
    font-size: 20px;
}

@media (min-width: 1199.98px) {
    .container {
        padding: 0 15px;
    }

    .main_term p {
        text-align: justify;
/*        padding: 10px 15px;*/
    }

    .host {
        padding: 0 50px;
    }

    .main_term {
        padding: 10px 50px 50px;
    }
}