.s-box {
	border-radius: 9px;
    border: 1px solid #e0e0e8;
    background-color: #fcfcfd;
    position: relative;
    overflow: hidden;
    padding-top: 38px;
    padding-bottom: 38px;
    padding-right: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.s-text {
    
}

.s-box .s-icon {
	display: inline-block;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -62px;
}

.s-box .s-icon img {
    width: 137px;
}

.s-box .s-title {
    margin-left: 120px;
    font-size: 17px;
    font-weight: 600;
    color: #3f3d59;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.s-box .s-details {
    margin-left: 120px;
    font-size: 16px;
    font-weight: 300;
    color: #7a7896;
    height: 36px;
}

.s-details {
    height: 48px;
}


.dis {
    filter: contrast(0.5);
}

.bb-img {
    max-width: 100%;
}

.quote {
    background: #2e2e2e;
    padding: 4px;
    color: #fff;
}

a.bb-btn {
    background: #2888b7;
    padding: 4px;
    margin: 4px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.bb-btn:hover {
    background: #186a93;
}