.section-second {
    text-align: center;
    background-image: url('../images/section-2-background.png');
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
   /* background-position: 50% 0;*/
    position: relative;
    border-style: solid;
    border-width: 28px 0px;
    -moz-border-image: url('../images/section-2-border.png') 28 27  round;
    -webkit-border-image: url('../images/section-2-border.png') 28 27 round;
    -o-border-image: url('../images/section-2-border.png') 28 27  round;
    border-image: url('../images/section-2-border.png') 28 27  round;
}

.section-second h1 {
    padding: 0;
    margin: 0 0 14px 0;
    font-size: 28pt;
    font-weight: normal;
    color: #ffffff;
}

.section-second h2 {
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 18pt;
    color: #b1875f;
}

.section-second p {
    padding: 0 20%;
    margin: 44px 0 0 0; 
    color: #b1b1b1;
    line-height: 28px;
}

.section-second a {
    text-align: center;
    display: block;
    padding: 0;
    line-height:55px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
    margin: 55px auto 0 auto;
    width: 280px;
    height: 55px;
    border: 1px solid #ffffff;
    border-radius: 5px;
   }

.section-second a>i {
    font-size: 18pt;
    position: relative;
    top: 1px;
    left: 3px;

}

@media screen and (max-width: 390px) {
    
    .lineImg{
        display: none;
    }
    
}
