.services_margin .ba-feature-image-wrapper {
margin: 0 -15px;
}
.services_margin .ba-feature-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.timecost {
border-color: var(--border);
    border-style: solid;
    border-radius: 0px;
    border-width: 3px;
    border-top: 3px solid var(--border);
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    animation-duration: 0.9s;
    animation-delay: 0s;
    opacity: 1;
    margin-bottom: 35px!important;
    margin-top: 10px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
} 

.timecost div {
margin:0!important;
padding:0!important;
  display:block!important;
text-align: center;}

.timecost h4{
	font-weight: 700!important;
    color: white !important;
    text-align: center!important;
    font-size: 20px!important;
    font-style: normal!important;
    letter-spacing: 0px!important;
    line-height: 32px!important;
    text-decoration: none!important;
    text-transform: none!important;
  	margin:0!important;
}

.main_slider .ba-slideshow-nav {
		height: 42px;
    position: absolute;
    top: 88%;
    left: 0;
    width: 100%;
    z-index: 9999;
}