.container{
    margin: 100px auto;
}
/*p-words*/
#p-words .col-md-6 p{
    font-size: 18px;
}
#p-words span{
    font-size: 18px;
    font-weight: bolder;
    color: orangered;
    margin-right: 5px;
}
#p-words .item p{
    display: inline;

}
#p-words .item div{
    margin-bottom: 10px;
}

#p-words h1{
    font-weight: bold;
}
#p-words p{
    font-size: 15px;
    margin: 20px auto;
}
#p-words img{
    margin-top: 50px;
    width: 90%;
}
