

/* Start:/local/custom/about/style.css?175743200523726*/
/*OFFER START */

.ca_main_offer_inner_col {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.ca_main_offer_description {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin: auto auto auto 0;
}

.ca_main_offer_description_pic {
    margin-bottom: 15px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.ca_main_offer_description_pic img {
    display: block;
    width: 280px;
    height: auto;
    margin-right: auto;
    margin-left: 0;
}

.ca_main_offer_description_text {
    font-weight: 400;
    line-height: 165%;
    color: #252525;
    margin-top: 15px;
}

.ca_main_offer_pic {

}

.ca_main_offer_pic img {
    display: block;
    width: 100%;
    max-width: 580px;
}

@media (min-width: 320px) {
    .ca_main_offer_description_text {
        font-size: 15px;
    }

    .ca_main_offer {
        background-color: #fff;
        padding: 25px 0;
        overflow: hidden;
    }
    .ca_main_offer_inner {
        display: flex;
        flex-flow: column-reverse nowrap;
        justify-content: flex-start;
    }
    .ca_main_offer_inner_col {
        width: 100%;
    }
    .ca_main_offer_inner_col:nth-child(2) {
        margin-bottom: 30px;
    }
}

@media (min-width: 410px) {
    .ca_main_offer_description_text {
        font-size: 16px;
    }
    .ca_main_offer {
        background-color: #fff;
        padding: 30px 0;
    }
}

@media (min-width: 640px) {
    .ca_main_offer_description_text {
        font-size: 17px;
    }
    .ca_main_offer {
        background-color: #fff;
        padding: 50px 0;
    }
    .ca_main_offer_pic {
        position: relative;
        right: -50px;
    }
    .ca_main_offer_inner {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    .ca_main_offer_inner_col {
        width: 50%;
    }
    .ca_main_offer_inner_col:nth-child(2) {
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .ca_main_offer_description_text {
        font-size: 18px;
    }
    .ca_main_offer {
        background-color: #fff;
        padding: 50px 0;
    }
    .ca_main_offer_pic {
        position: relative;
        right: auto;
    }
}

@media (min-width: 1280px) {
    .ca_main_offer_description_text {
        font-size: 20px;
    }
    .ca_main_offer {
        background-color: #F6F6F6;
        padding: 75px 0;
    }
}

@media (min-width: 1368px) {

}

/*OFFER END */


/*ABOUT SECTION START*/

.ca_about_section {
    padding: 75px 0;
    background-color: #fff;
}

.ca_about_section_header {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.ca_about_section_header_col:nth-child(1) {
    width: 100%;
    margin-bottom: 15px;
}

.ca_about_section_header_col:nth-child(2) {
    font-weight: 400;
    line-height: 160%;
    color: #252525;
}

.ca_about_section_header_col:nth-child(3) {
    font-weight: 400;
    line-height: 160%;
    color: #252525;
}

.ca_about_section_header_col:nth-child(3) span {
    font-style: italic;
    color: #BF3A29;
    font-weight: 700;
}

.ca_two_colored_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 135%;
    text-transform: uppercase;
}

.ca_two_colored_title span:nth-child(1) {
    color: #261200;
}

.ca_two_colored_title span:nth-child(2) {
    color: #BF3A29;
}

.ca_about_section_table {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    /*border: 1px solid #D3D3D3;*/
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    position: relative;
    overflow: hidden;
}

.ca_about_section_table_col {
    border: 1px solid #D3D3D3;
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 25px;
    margin-left: -1px;
    margin-top: -1px;
}

.ca_about_section_table_col_icon {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-bottom: 20px;
}

.ca_about_section_table_col_icon img {
    display: block;
    max-width: 85px;
    margin: auto;
}

.ca_about_section_table_col_title {
    text-align: center;
    font-weight: 700;
    line-height: 135%;
    color: #261200;
}

@media (min-width: 320px) {
    .ca_about_section_header_col:nth-child(2) {
        width: 100%;
        font-size: 15px;
        margin-bottom: 15px;
    }
    .ca_about_section_header_col:nth-child(3) {
        width: 100%;
        font-size: 15px;
    }
    .ca_about_section_table_col {
        width: 50%;
    }
    .ca_about_section_table_col_title {
        font-size: 15px;
    }
}

@media (min-width: 410px) {
    .ca_about_section_header_col:nth-child(2) {
        width: 100%;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .ca_about_section_header_col:nth-child(3) {
        width: 100%;
        font-size: 16px;
    }
    .ca_about_section_table_col {
        width: 50%;
    }
    .ca_about_section_table_col_title {
        font-size: 18px;
    }
}

@media (min-width: 640px) {
    .ca_about_section_header_col:nth-child(2) {
        width: 100%;
        font-size: 17px;
        margin-bottom: 15px;
    }
    .ca_about_section_header_col:nth-child(3) {
        width: 100%;
        font-size: 17px;
    }
    .ca_about_section_table_col {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .ca_about_section_header_col:nth-child(2) {
        font-size: 18px;
        width: 70%;
        padding-right: 30px;
        margin-bottom: 0;
    }

    .ca_about_section_header_col:nth-child(3) {
        width: 30%;
        font-size: 18px;
        padding-left: 30px;
    }
    .ca_about_section_table_col {
        width: 33.3333%;
    }
}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {

}

/*ABOUT SECTION END*/


/*BENEFINT START*/

.ca_benefit_section {
    padding-bottom: 75px;
}

.ca_benefit_section_title {
    margin-bottom: 30px;
}

.ca_benefit_section_table {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    position: relative;
}

.ca_benefit_section_table_col {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-top: -1px;
    margin-left: -1px;
    background-color: #fff;
    border: 1px solid #D3D3D3;
}

.ca_benefit_section_table_col_icon {
    width: 125px;
    padding: 30px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.ca_benefit_section_table_col_icon img {
    width: 65px;
    height: auto;
    margin: auto;
}

.ca_benefit_section_table_col_text {
    width: calc(100% - 125px);
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    line-height: 160%;
    color: #252525;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.ca_benefit_section_table_col_text span {
    display: block;
    margin: auto auto auto 0;
}

@media (min-width: 320px) {
    .ca_benefit_section_table_col {
        width: 100%;
    }
    .ca_benefit_section_table_col_text {
        font-size: 14px;
        padding-right: 15px;
    }
}

@media (min-width: 410px) {
    .ca_benefit_section_table_col {
        width: 100%;
    }
    .ca_benefit_section_table_col_text {
        font-size: 15px;
    }
}

@media (min-width: 640px) {
    .ca_benefit_section_table_col {
        width: 100%;
    }
    .ca_benefit_section_table_col_text {
        font-size: 17px;
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    .ca_benefit_section_table_col {
        width: 50%;
    }
    .ca_benefit_section_table_col_text {
        font-size: 18px;
    }

}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {

}

/*BENEFINT END*/


/*PRODUCTS START*/

.ca_products_section {
    padding-bottom: 75px;
}

.ca_products_section_inner {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.ca_products_section_title {

}

.ca_products_section_all {
    margin-top: auto;
}

.ca_products_section_all a {
    text-decoration: none;
    font-weight: 700;
    line-height: 165%;
    color: #BF3A29;
    position: relative;
    padding-right: 30px;
}

.ca_products_section_all a:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/local/custom/about/images/arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 4px;
    top: 4px;
}

.ca_products_section_catalog {
    margin: 0 -15px
}

.ca_products_section_catalog_item .ca_products_section_catalog_item_bg.drovokoly_bg {
    background-image: url("/local/custom/about/images/catalog_wthbg_1.png");
}

.ca_products_section_catalog_item .ca_products_section_catalog_item_bg.shepokoly_bg  {
    background-image: url("/local/custom/about/images/catalog_wthbg_2.png");
}

.ca_products_section_catalog_item .ca_products_section_catalog_item_bg.pechi_bg  {
    background-image: url("/local/custom/about/images/catalog_wthbg_3.png");
}

.ca_products_section_catalog_item .ca_products_section_catalog_item_bg.mangaly_bg  {
    background-image: url("/local/custom/about/images/catalog_wthbg_4.png");
}

.ca_products_section_catalog_item_overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
    background: rgba(0, 0, 0, 0.5);
}

.ca_products_section_catalog_item_bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    transition: all .3s;
    z-index: 200;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.ca_products_section_catalog_item_bg:hover {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.5);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    z-index: 1;
}

.ca_products_section_catalog_item_bg:hover .ca_products_section_catalog_item_overlay {
    background: rgba(0, 0, 0, 0.6);
}

.ca_products_section_catalog_item_title {
    margin: auto;
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 300;
    text-align: center;
}

.ca_products_section_catalog_item_bg a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    color: #fff!important;
    position: relative;
    z-index: 300;
    height: 100%;
    width: 100%;
}

@media (min-width: 320px) {
    .ca_products_section_catalog_item {
        width: 50%;
        padding: 15px;
    }
    .ca_products_section_catalog {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }
    .ca_products_section_catalog_item_title {
        font-size: 16px;
    }
    .ca_products_section_catalog_item_bg {
        height: 160px;
    }
    .ca_products_section_header {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
    .ca_products_section_all a {
        font-size: 17px;
    }
}

@media (min-width: 410px) {
    .ca_products_section_catalog_item {
        width: 50%;
        padding: 15px;
    }
    .ca_products_section_catalog {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }
    .ca_products_section_catalog_item_title {
        font-size: 16px;
    }
    .ca_products_section_catalog_item_bg {
        height: 160px;
    }
}

@media (min-width: 640px) {
    .ca_products_section_catalog_item {
        width: 50%;
        padding: 15px;
    }
    .ca_products_section_catalog {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }
    .ca_products_section_catalog_item_title {
        font-size: 22px;
    }
    .ca_products_section_catalog_item_bg {
        height: 250px;
    }
    .ca_products_section_header {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .ca_products_section_all a {
        font-size: 21px;
    }
}

@media (min-width: 1024px) {
    .ca_products_section_catalog_item {
        width: 25%;
        padding: 15px;
    }
    .ca_products_section_catalog {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {

}

/*PRODUCTS END*/


/*WHY WE START*/

.ca_why_we_section {
    padding-bottom: 75px;
}

.ca_why_we_section_outer {

}

.ca_why_we_section_header {
    margin-bottom: 30px;
}

.ca_why_we_section_header_title {
    margin-bottom: 15px;
}

.ca_why_we_section_header_subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #252525;
}

.ca_why_we_section_table {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    border-left: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
}

.ca_why_we_section_table_item {
    border: 1px solid #D3D3D3;
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
}

.ca_why_we_section_table_item_header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.ca_why_we_section_table_item_icon {
    display: block;
    width: 65px;
    height: 65px;
    margin-right: 10px;
}

.ca_why_we_section_table_item_icon img {
    display: block;
    width: auto;
    max-height: 65px;
}

.ca_why_we_section_table_item_title {
    font-weight: 700;
    line-height: 135%;
    color: #261200;
    margin-top: auto;
    margin-bottom: auto;
}

.ca_why_we_section_table_item_content {
    font-weight: 400;
    line-height: 140%;
    color: #252525;
}

.ca_why_we_section_table_item:last-child {
    display: flex;
}

.ca_why_we_section_table_item:last-child a {
    display: inline-block;
    margin: auto;
    font-weight: 700;
    font-size: 21px;
    line-height: 165%;
    color: #BF3A29;
    position: relative;
    padding-right: 30px;
    text-transform: uppercase;
}

.ca_why_we_section_table_item:last-child a:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/local/custom/about/images/arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: 4px;
}

@media (min-width: 320px) {
    .ca_why_we_section_table_item {
        padding: 25px 25px 30px 25px;
        width: 100%;
        min-height: 100px;
    }
    .ca_why_we_section_table_item_content {
        font-size: 15px;
    }
    .ca_why_we_section_table_item_title {
        font-size: 17px;
    }
}

@media (min-width: 410px) {
    .ca_why_we_section_table_item {
        padding: 25px 25px 30px 25px;
        width: 100%;
        min-height: 100px;
    }
    .ca_why_we_section_table_item_content {
        font-size: 16px;
    }
    .ca_why_we_section_table_item_title {
        font-size: 19px;
    }
}

@media (min-width: 640px) {
    .ca_why_we_section_table_item {
        padding: 25px 25px 30px 25px;
        width: 100%;
        min-height: 100px;
    }
    .ca_why_we_section_table_item_content {
        font-size: 18px;
    }
    .ca_why_we_section_table_item_title {
        font-size: 22px;
    }
}

@media (min-width: 1024px) {
    .ca_why_we_section_table_item {
        padding: 25px 25px 30px 25px;
        width: 50%;
        min-height: 150px;
    }
}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {

}

/*WHY WE END*/


/*HEAD SPEECH START*/

.ca_head_speech_section {
    padding-bottom: 75px;
    overflow: hidden;
}

.ca_head_speech_section_outer {
    background: #F6F6F6;
    display: flex;
    overflow: hidden;
}

.ca_head_speech_text {
    font-weight: 400;
    line-height: 160%;
    color: #252525;
    margin-top: auto;
    margin-bottom: auto;
}

.ca_head_speech_text_content {
    margin-top: 15px;
}

@media (min-width: 320px) {
    .ca_head_speech_pic img {
        display: block;
        height: 55%;
        width: auto;
        margin: auto;
    }
    .ca_head_speech_text {
        width: 100%;
        padding: 40px 30px 40px 30px;
        font-size: 15px;
    }
    .ca_head_speech_pic {
        width: 100%;
        display: flex;
    }
    .ca_head_speech_section_outer {
        flex-flow: column nowrap;
        justify-content: flex-start;
        margin: 0 -30px;
    }
}

@media (min-width: 410px) {
    .ca_head_speech_pic img {
        display: block;
        height: 55%;
        width: auto;
        margin: auto;
    }
    .ca_head_speech_text {
        width: 100%;
        padding: 40px 30px 40px 30px;
        font-size: 16px;
    }
    .ca_head_speech_pic {
        width: 100%;
        display: flex;
    }
    .ca_head_speech_section_outer {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }
}

@media (min-width: 640px) {
    .ca_head_speech_pic img {
        display: block;
        height: 55%;
        width: auto;
        margin: auto;
    }
    .ca_head_speech_text {
        width: 60%;
        padding: 40px 30px 40px 30px;
        font-size: 18px;
    }
    .ca_head_speech_pic {
        width: 40%;
        display: flex;
    }
    .ca_head_speech_section_outer {
        flex-flow: row nowrap;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .ca_head_speech_pic img {
        display: block;
        height: 100%;
        width: auto;
    }
    .ca_head_speech_text {
        width: 60%;
        padding: 65px 45px 65px 65px;
        font-size: 18px;
    }
    .ca_head_speech_section_outer {
        flex-flow: row nowrap;
        justify-content: space-between;
        margin: 0;
    }
}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {

}

/*HEAD SPEECH END*/


/*HOW START*/

.ca_how_section {
    padding-bottom: 75px;
}

.ca_how_section_outer {
    overflow: hidden;
}

.ca_how_section_header {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.ca_how_section_header_title {
    margin-bottom: 15px;
}

.ca_how_section_header_subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #252525;
}

.ca_how_section_nums_slider {
    position: relative;
    overflow: hidden;
    border-left: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
}

.ca_how_section_nums_slide_item {
    border: 1px solid #D3D3D3;
    margin-top: -1px;
    margin-left: -1px;
    background-color: #fff;
    padding: 20px;
}

.ca_how_section_nums_slide_item_header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ca_how_section_nums_slide_item_header_text {
    font-weight: 700;
    font-size: 26px;
    line-height: 135%;
    color: #BF3A29;
}

.ca_how_section_nums_slide_item_header_pic {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.ca_how_section_nums_slide_item_header_pic img {
    display: block;
    width: 100%;
}

.ca_how_section_nums_slide_item_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #252525;
}

@media (min-width: 320px) {
    .ca_how_section_nums_slide_item_header_text {
        width: 50%;
    }
    .ca_how_section_nums_slide_item_header_pic {
        width: 50%;
    }
    .ca_how_section_nums_slider {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        width: 1000px;
    }
    .ca_how_section_nums_slide_item {
        width: 250px;
    }
    .ca_how_section_nums_scroll_container {
        overflow-x: scroll;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .ca_how_section_nums_slider {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        width: auto;
    }
    .ca_how_section_nums_slide_item {
        width: 50%;
    }
    .ca_how_section_nums_scroll_container {
        overflow: hidden;
    }
}

@media (min-width: 1024px) {
    .ca_how_section_nums_slide_item {
        width: 25%;
    }
    .ca_how_section_nums_slider {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }
}

@media (min-width: 1280px) {
    .ca_how_section_nums_slide_item_header_text {
        width: auto;
    }

    .ca_how_section_nums_slide_item_header_pic {
        width: auto;
    }
}

@media (min-width: 1368px) {

}

/*HOW END*/

/*FOOTER ABOUT START*/

.ca_about_footer {
    background: #F6F6F6;
}

.ca_about_footer_outer {
    padding: 50px 0;
    display: flex;
}

.ca_about_footer_title {
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase;
    color: #261200;
    margin-bottom: 15px;
}

.ca_about_footer_title span {
    color: #BF3A29;
}

.ca_about_footer_text {
    font-weight: 400;
    line-height: 160%;
    color: #252525;
    padding-right: 30px;
}

.ca_about_footer_action_bnt {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.ca_about_footer_action_bnt a {
    font-weight: 700;
    line-height: 165%;
    color: #FFFFFF;
    display: inline-block;
    padding: 15px 25px;
    background-color: #BF3A29;
    border-radius: 3px;
}

@media (min-width: 320px) {
    .ca_about_footer_outer {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }
    .ca_about_footer_content {
        width: 100%;
        margin-bottom: 30px;
    }
    .ca_about_footer_action_bnt {
        width: 100%;
    }
    .ca_about_footer_action_bnt a {
        margin: auto auto auto 0;
        font-size: 16px;
    }
    .ca_about_footer_title {
        font-size: 20px;
    }
    .ca_about_footer_text {
        font-size: 15px;
    }
}

@media (min-width: 410px) {
    .ca_about_footer_outer {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }
    .ca_about_footer_content {
        width: 100%;
        margin-bottom: 30px;
    }
    .ca_about_footer_action_bnt {
        width: 100%;
    }
    .ca_about_footer_action_bnt a {
        margin: auto auto auto 0;
        font-size: 16px;
    }
    .ca_about_footer_title {
        font-size: 23px;
    }
    .ca_about_footer_text {
        font-size: 16px;
    }
}

@media (min-width: 640px) {
    .ca_about_footer_outer {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }
    .ca_about_footer_content {
        width: 100%;
        margin-bottom: 30px;
    }
    .ca_about_footer_action_bnt {
        width: 100%;
    }
    .ca_about_footer_action_bnt a {
        margin: auto auto auto 0;
        font-size: 19px;
    }
    .ca_about_footer_title {
        font-size: 26px;
    }
    .ca_about_footer_text {
        font-size: 17px;
    }
}

@media (min-width: 1024px) {
    .ca_about_footer_outer {
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    .ca_about_footer_content {
        width: calc(70% - 90px);
        margin-bottom: 0;
    }
    .ca_about_footer_content br {
        display: none;
    }
    .ca_about_footer_action_bnt {
        width: 30%;
    }
    .ca_about_footer_action_bnt a {
        margin: auto 0 auto auto;
        font-size: 21px;
    }
    .ca_about_footer_title {
        font-size: 28px;
    }
    .ca_about_footer_text {
        font-size: 18px;
    }
}

@media (min-width: 1280px) {
    .ca_about_footer_content {
        width: 70%;
    }
    .ca_about_footer_content br {
        display: inline-block;
    }
}

@media (min-width: 1368px) {

}

/*FOOTER ABOUT END*/

/* End */
/* /local/custom/about/style.css?175743200523726 */
