.colored_style {
    background: #835f4e url(../img/bg3.jpg) center center;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    overflow: hidden;
	border-radius: 9px;
}
.colored_style {
    margin: 10px 0;
    padding: 35px 0 0 0;
}
.colored_style span {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 80%;
	font-size: 19px;
}
.colored_style span.text {
    border-top: 1px #fff solid;
    padding: 25px 20px 30px;
	  text-shadow: 1px 1px 2px black, 0 0 1em black;
    font-family: Georgia, serif, Times, Times New Roman !important;
    font-style: italic;
    font-size: 22px;
}
.colored_style span.line {
    border-top: 1px #fff solid;
    border-bottom: none;
    height: 28px;
}
.two_column_style {
    display: block;
    margin: 40px 0px 40px 0px !important;
    overflow: hidden
}
.two_column_style span {
    display: block
}
.two_column_style span.left_column {
    border-right: 1px #d4d4d4 solid;
    float: left;
    width: 47%;
    padding-right: 2%;
}
.two_column_style span.right_column {
    float: right;
    width: 48%;
}
div.two_column_style {
    margin: 10px 0;
    display: table;
}
div.two_column_style .column {
    border-right: 1px #696969 solid;
    width: 50%;
    display: table-cell;
    height: 100%;
    padding: 0 20px;
}
div.two_column_style .column:last-child {
    border-right: 0;
}
@media (max-width: 510px) {
    div.two_column_style span {
        display: inline;
    }
    div.two_column_style span.left_column,
    div.two_column_style span.right_column {
        float: none;
        width: initial;
        border: none;
    }
    div.two_column_style {
        display: block;
    }
    div.two_column_style .column {
        display: inline;
        border: 0;
        padding: 0;
        width: initial;
    }
    div.two_column_style .column div,
    div.two_column_style .column p {
        display: inline!important;
    }
}
.h2_style {
    padding-top: 0;
}
.h2_style {
    font-size: 34px;
    margin-top: 17px;
    font-family: "Arsenal", sans-serif;
}
.h2_style {
    font-size: 27px;
    font-weight: bold;
}

p.atext_block_style{
    padding: 33px 0 33px 33px;
    font-size: 20px !important;
    margin: 0!important;
}

p.atext_block_style:before,
p.atext_block_style:after{
    content: '';
    display: block;
    width: 82px;
    height: 5px;
    background: #ff5347;
    margin-left: -21px;
    border-radius: 9px;
}

p.atext_block_style:before{
    margin-bottom: 41px;
}

p.atext_block_style:after{
    margin-top: 41px;
}
