.pn-wrapper-social{padding-top: 100px;overflow: hidden;position: relative}
.pn-wrapper-social .container{position: relative;z-index: 1}
.pn-wrapper-social:before,.pn-wrapper-social:after{content: "";position: absolute;background-repeat: no-repeat}
.pn-wrapper-social:before{background-image: url(../images/left.png);left: 0;bottom: -700px;width: 485px;height: 1595px}
.pn-wrapper-social:after{background-image: url(../images/right.png);top: 180px;right: 0;width: 498px;height: 1524px}
.pn-wrapper-item .pn-item{margin-bottom: 25px;position: relative;padding-bottom: 25px;border-bottom: 1px solid #e5e5e5}
.pn-wrapper-item .pn-item:nth-child(even) .row{flex-direction: row-reverse}
.pn-wrapper-item .pn-item .row{display: flex}
.pn-wrapper-item .row [class*='col-']{display: flex;align-items: center}
.pn-wrapper-item .row .pn-name{display: block;font-size: 20px;font-weight: bold;margin-bottom: 15px}
.pn-wrapper-item .row .pn-name:hover{color: #c60b1e}
.pn-wrapper-item .row .pn-wrapper{text-align: justify;margin-bottom: 25px}
.pn-wrapper-item .row .pn-image{width: 100%}
.pn-wrapper-item .row .pn-image img{width: 100%}
.pn-wrapper-form .pn-form{margin-top: 40px}
.pn-sidebar .pn-form{margin: 0;border-radius: 0;padding: 20px 10px 50px 10px;background-image: none;text-align: center;margin-bottom: 30px}
.pn-sidebar .pn-form .form-control{padding: 10px 15px;border: 1px solid #fff;margin-bottom: 20px}
.pn-sidebar .pn-form .captcha-field{width: 100%}
.pn-sidebar .pn-form .pn-title{padding-bottom: 0}
.pn-sidebar  .pn-form .pn-title:before,.pn-sidebar  .pn-form .pn-title:after{display: none}
.pn-sidebar .pn-form .captcha-field .form-control{padding-right: 115px}
.pn-sidebar .pn-form .captcha-field span{right: 10px}
.pn-sidebar .pn-related{margin-bottom: 30px}
.pn-sidebar .pn-related .pn-sub-title{background-color: #ebebeb;color: #000;font-size: 16px;line-height: 21px;padding: 15px;margin-bottom: 15px}
.pn-sidebar .pn-related .pn-item{margin-bottom: 20px;padding-bottom: 0;border-bottom: 0}
.pn-sidebar .pn-related .pn-item .pn-image{float: left;margin-right: 15px}
.pn-sidebar .pn-related .pn-item .pn-date{font-style: italic}
.pn-sidebar .pn-related .pn-item .pn-name{font-weight: bold;font-size: 14px}
.pn-social-detail .pn-sub-title{text-align: left;margin-bottom: 30px}
.pn-social-detail .pn-sub-title + .pn-image{margin-bottom: 20px}
.pn-social-detail .pn-description{font-size: 16px;font-weight: bold;margin-bottom: 15px}
.pn-social-detail .pn-wrapper{margin-bottom: 50px}

@media only screen and (min-width: 992px){
    .pn-social-detail + .pn-wrapper-form{display: none}
}
@media only screen and (max-width: 991px){
    .pn-wrapper-item .row .pn-wrapper{text-align: left}
    .pn-wrapper-social{padding-top: 50px}
    .pn-sidebar{display: none}
    .pn-wrapper-social:before, .pn-wrapper-social:after{display: none}
    .pn-social-detail .pn-wrapper{margin-bottom: 0}
}
@media only screen and (max-width: 767px){
    .pn-wrapper-social{padding-top: 30px}
    .pn-wrapper-social .pn-button{display: none}
    .pn-wrapper-item .row .pn-wrapper{margin-bottom: 0}
    .pn-wrapper-item .row .pn-name{font-size:17px}
}
@media only screen and (max-width: 570px){
    .pn-wrapper-item .pn-item .row{display: block}
    .pn-wrapper-item .pn-item:nth-child(even) .row{flex-direction: inherit}
    .pn-wrapper-item .pn-item .pn-image{margin-bottom: 15px}
    .pn-social-detail .pn-sub-title{margin-bottom: 15px}
    .pn-social-detail .pn-description{font-size: 14px}

}
@media only screen and (max-width: 370px){
    .pn-wrapper-item .row .pn-name{font-size: 15px}
}