@charset "utf-8";

.info-style {
width: auto;
text-align: center;
}
.info-style h1  {
font-size: 1.6em;
}
.info-style p  {
font-size: 1em;
margin-bottom: 0px;
}
.info-style .col-lg-offset-3.col-lg-6 {
border: 2px solid #D16467;
padding-top: 15px;
padding-bottom: 15px;
/* [disabled]max-width: 800px; */
}
.info-style h1,.info-style h4 {
color: #D16467;
margin-top: 0px;
margin-bottom: 10px;
font-weight: bold;
}

@media screen and (max-width: 375px) {

.info-style p  {
font-size: 0.9em;
}
.info-style {
margin-bottom: 15px;
}

.col-lg-offset-2.col-lg-8 p .br-style {
display: none;
}


}
