.title {
    font-size: 25px;
    font-weight: 100
}

.icon {
    position: relative;
    bottom: 11px
}

.mt-100 {
    margin-top: 60px
}

.doc img {
    width: 42px; 
    height: 42px;
    align-items: center;
}

.profile img {
    width: 72px;
    height: 72px;
    border-radius: 50%
}

.clean-block .block-heading {
    padding-top: -30px; }

.card {
    border-radius: 15px;
    margin-left: 30px;
    margin-right: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.text-center {
    width: 270px;
    height: 100px;
}

.card-body {
    position: relative;
    bottom: 35px
}

.btn {
    margin-top: 36px;
    margin-bottom: 45px;
    background-color: #AB47BC;
    border: none;
    color: #fff
}

.btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    color: #fff
}

  
#baner.clean-block.clean-hero {
    min-height: 220px;
}


#baner {
    background-size: cover;
    color:rgba(217,155,11,0.27);
}