#featuredservices h1.title{
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    width: 73%;
    margin: 0 auto 50px auto;
    color: var(--gray-color);
    font-weight: 300;
    padding-bottom: 30px;
    position: relative; }
#featuredservices h1.title:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: var(--second-color);
    bottom: 0;
    left: 50%;
    margin-left: -40px; }

#featuredservices .item-container{
    position: relative;
    padding-right: 30px;
    padding-bottom: 130px; }
#featuredservices .img-box{
    padding: 0 30px 30px 0;
    position: relative; }
#featuredservices .img-box:before{
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: #e0d8d5;
    left: 15px;
    top: 10px;
    border-radius: 50%; }
#featuredservices .img-box img{
    position: relative;
    border-radius: 50%;
    padding: 8px;
    border: 1px dashed var(--second-color); }
#featuredservices .info-box{
    position: absolute;
    width: 320px;
    padding: 20px;
    background: #f4f1ef;
    right: 10px;
    bottom: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2); }
#featuredservices .info-box h5{
    height: 36px;
    line-height: 18px;
    display: table;
    font-size: 14px;
    font-weight: var(--primary-font-bold);
    margin: 0 0 2px 0; }
#featuredservices .info-box h5 a {
    color: var(--primary-color);
    display: table-cell;
    vertical-align: middle; }
#featuredservices .info-box .description{
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: var(--gray-color);
    overflow: hidden;
    height: 48px; }
#featuredservices .info-box .more{ margin-top: 10px; }
#featuredservices .info-box .more a{
    font-size: 15px;
    color: var(--second-color); }
#featuredservices .info-box .more a:hover{ color: var(--primary-color); }
#featuredservices .info-box .more a i{
    position: relative;
    top: 1px;
    font-size: 14px;
    padding-left: 8px; }
