.about-area-demo.p-t-b-50 {
    padding: 50px 0px;
}
.about-area-demo.p-t-b-20 {
    padding: 20px 0px;
}
.about-area-demo .about-img > img {
    width: 100%;
}
/* .about-area-demo .about-text {
    padding-top: 90px;
} */
.about-area-demo .about-text > h2 {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    color: #555555;
}
.about-area-demo .about-text > h2:before, .about-area-demo .skill-title > h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background-color: #eeeeee;
}
.about-area-demo .about-text > h2 span {
    font-weight: bold;
}
.about-area-demo p {
    color: #262626;
    font-size: 16px;
    line-height: 24px;
}
.about-area-demo p.peragraph-blod {
    font-weight: bold;
    padding: 30px 0 40px;
    margin-bottom: 0;
}
.about-area-demo a {
    text-decoration: none;
}
.about-area-demo a.button-style {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: "Dosis",sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 7px;
    padding: 10px 20px;
    transition: all .3s ease 0s;
}
.about-area-demo a.button-style.black {
    border: 1px solid #eeeeee;
    color: #333;
    margin-top: 35px;
}
.about-area-demo a.button-style.black:hover {
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
}
.about-area-demo .fa-ul>li {
    margin-bottom: 5px;
}
