.style1.aboutbox h3 {
    color: #666;
    margin-top: 5px;
    margin-bottom: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: italic;
    line-height: 34px;
}
.style1.aboutbox p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
}
.style1.aboutbox .mybtn {
    margin-top: 60px;
}
.style1.aboutbox .mybtn {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    padding: 8px 0px;
    width: 170px;
    display: block;
    text-align: center;
}
.style1.aboutbox .bg-colored {
    background: #3e2723;
    border: 1px solid #3e2723;
    color: #fff;
}
.style1.aboutbox .mybtn:hover, .aboutbox .mybtn:focus {
    background: #fff;
    border: 1px solid #c48981;
    color: #c48981;
    outline: none;
}

/*=========== STYLE 2=============*/
.style2.aboutbox{
    padding: 20px 20px;
    margin-bottom: 25px;
    border-top: 2px solid #333;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(175, 174, 174, 0.4);
    box-shadow: 0px 2px 5px 1px rgba(175, 174, 174, 0.4);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.style2.aboutbox:hover{
    border-top: 2px solid #ff9700;
    -webkit-box-shadow: 0px 5px 15px 4px rgba(175, 174, 174, 0.5);
    box-shadow: 0px 5px 15px 4px rgba(175, 174, 174, 0.5);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.style2.aboutbox > h4{
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.aboutbox p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.style2.aboutbox .btn_more{
    margin-top: 10px;
}
.style2.aboutbox .btn_more a{
    color: #1a627e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.style2.aboutbox .btn_more a i{
    font-size: 18px;
    margin-left: 5px;
    color: #1a627e;
}

.style2.aboutbox:hover .btn_more a,
.style2.aboutbox:hover .btn_more a i{
    color: #de5727;
}