.info-section{
}
.info-section .info{
}
.info-section .info .img-cont{
position: relative;
margin-top: 10px;
z-index: 0;
}
.info-section .info .img-cont:after,
.info-section .info .img-cont:before{
position: absolute;
content: '';
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border-radius: 50%;
background: rgba(255,255,255,0.5);
z-index: -1;
}
.info-section .info .img-cont:after{
top: 5px;
left: 5px;
width: calc(100% - 10px);
height: calc(100% - 10px);
}
.info-section .info .img-cont img{
z-index: 3;
}
.info-section .info .text-cont{
}
.info-section .info .text-cont h4{