.index_services {
    padding: 120px 0;
    display: table;
    width: 100%;
}
.index_services_title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #22252c;
    font-family: "shonar_banglabold";
    line-height: normal;
    position: relative;
    padding-left: 70px;
}
.index_services_text {
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #a4a4a4;
    margin-top: 10px;
    letter-spacing: 1px;
    padding-left: 70px;
}
.index_services_title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: #22252c;
    left: 0;
    bottom: 0;
}
.index_services_slider_content {
    margin-top: 70px;
}


