.listing_sec_main {
    width: 78%;
    margin: 0 auto;
}
.listing_sec_main {
    margin-top: 125px;
    margin-bottom: 100px;
}
.listing_sec_main .col_inner {
    margin-bottom: 40px;
}
.listing_sec_main .col_inner h2 {
    margin: 0px 0px 10px;
}
.listing_sec_main .col_inner p {
    margin-bottom: 20px;
} 
.listing_sec_main .col_inner a.btn {
    font-weight: bold;
    padding: 18px 25px;
    margin: 0 0 0 0;
    font-size: 15px;
    color: #000000;
    background-color: #f8ff31;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
}
.listing_sec_main .col_inner a.btn:hover {
    color: #fff;
    background-color: #2a2c44;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}