
@media (min-width: 320px){

    .content {background: #F5F5F5;padding: 46px 27px; margin: 0;}
    .content > .container {border: 1px solid #ddd;background: #ffffff;border-radius: 5px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);padding-bottom: 50px;}
    .content > .container > .mobile-title {position: relative;left: 0;right: 0;top: -25px; text-align: center;}
    .content > .container > .mobile-title > img {width: 46px;}
    .content > .container > .mobile-title > p {font-size: 16px;color: #EF4144;font-weight: 500;}

    .content > .container > .text { text-align: justify; }
    .content > .container > .text > span {color: #928383;font-size: 14px; width: 100%;float: left;margin-bottom: 10px;}

}

@media (min-width: 768px){
    .title { background: #EDE6E6; }
    .title > .container {padding: 38px 0;}
    .title > .container > .title-content{margin: auto;display: table;}
    .title > .container > .title-content > img {width: 52px;}
    .title > .container > .title-content > p {font-size: 33px;color: #EF4144;display: initial;vertical-align: middle;margin-left: 12px;}

    .content {background: url('/new_images/con_bg_right.jpg') center no-repeat;background-size: cover;padding: 72px 0 100px 0;}
    .content > .container { padding: 0 15px 0 15px;border:none;text-align: inherit;background: transparent;border-radius: 0;box-shadow: none;height: auto; }
    .content > .container > .text { text-align: left; }
    .content > .container > .text > img { width: 395px; margin-bottom: 25px; }
    .content > .container > .text > span { color: #928383;font-size: 22px; width: 100%;float: left;margin-bottom: 15px;}

}


@media (min-width: 992px){



}