
/*CUSTOM*/
.th-name-two{
	 position: relative;
    padding: 15px 70px 15px 15px;
    background: #ffac00;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    z-index: 1;
    bottom: 6px;
}

.feat-img .th-name-two img {
    border-radius: 50px;
    width: initial;
    position: absolute;
    right: 10px;
    top: -30px;
    border: 2px solid #ffac00;
}
.feat-img .th-name-two h5 {
    color: #fff;
    margin-bottom: 0;
}

/* CUSTOM END*/