/*MAIN COLOR */
@import "mail_color.css";


/*************************
*******About CSS******
**************************/

.about_page{
    padding-top: 10px;
    padding-bottom: 40px;
}

.about_page .text_info h1{
     text-align: left;
     background: none!important;
     color: var(--color_text_info_Title)!important;
     font-size: 25px!important;
     line-height: 50px !important;
     font-family: var(--text-info_title_font)!important;
     font-weight: bold!important;
     border-bottom: 1px solid var(--color_text_info_Title);
 }
.about_page .text_info .div_text_info{
    padding-left: 20%;
}

.about_page .text_info table tr{
    background: none;
}
.about_page table.table_checkIn{
    table-layout:auto;
    width: auto;


}

.about_page table.table_checkIn td{
    width: auto;
}

.about_page .text_info .info_title{
    text-transform: capitalize;
    vertical-align: top;
    background: none!important;
    color: var(--color_text_info_Title)!important;
    font-size: 15px!important;
    line-height: 50px !important;
    font-family: var(--text-info_title_font)!important;
    padding: 0;
    border:0;
}


.about_page .text_info .info_text{
    text-align: justify;
    padding-top: 15px;
    font-family:var(--text-info_font)!important;


}

