﻿/*
    field UseBgColorLink must be false.
*/

.default .two-columns-layout__item .text-part__container .text-part__title {
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 15px 0;
    position: relative;
    display: block;
}

.default .two-columns-layout__item .links__list li a {
    color: #cd3637;
    display: block;
    padding: 6px 0;
    background-color: transparent !important;
}

    .default .two-columns-layout__item .links__list li a:hover {
        text-decoration: underline;
        background-color: transparent !important;
    }
/*-------------------------  ltr  ----------------------------*/
body[rtl='false'] .default .text-part__container .text-part__title:before {
    left: 0;
    right: auto;
}
