.xfleft h1 a {
      font-size: 24px;
    font-weight: bold;
    color: #f00;}
.xfleft {
    width: 32%;
    float: left;}

.xfleft p {
    color: #fff;}

.xfcenter{
 width: 32%;
    float: left;}

.xfcenter p {
    color: #fff;}

.xfcenter h1 a{
    font-size: 24px;
    font-weight: bold;
    color: #f00;}
.xfright{
  width: 32%;
    float: right;}

.xfright p {
    color: #fff;}
.xfright h1 {

    font-weight: bold;
    color: #f00;}
.xfright h1 a{
    font-size: 24px;
    font-weight: bold;
    color: #f00;}
@media (max-width: 1000px) {
   .xfleft {
    width: 100%;
    float: left;}
.xfcenter{
     width: 100%;
    float: left;}
.xfright{
     width: 100%;
    float: right;}
}


