.team_list{margin: 35px 0 45px;overflow: hidden;}.team_list .block{background: #f9f9f9;text-align: center;overflow: hidden;position: relative;border-bottom: 5px solid #071e55;padding: 0 0 40px;margin: 14px 0;}.team_list .block:hover{border-bottom: 5px solid #2f2f2f;}.team_list .block .img{width: 200px;height: 200px;display: inline-block;position: relative;z-index: 1;}.team_list .block .img:before{content: "";width: 100%;height: 100%;border-radius: 50%;background: #071e55;position: absolute;bottom: 135%;right: 0;left: 0;opacity: 1;transform: scale(3);transition: all 0.3s linear 0s;}.team_list .block:hover .img:before{height: 100%;background: #2f2f2f;}.team_list .block .img:after{content: "";width: 100%;height: 100%;border-radius: 50%;background: rgb(255 255 255 / 0%);position: absolute;top: 0;left: 0;z-index: 1;transition: all 0.3s linear 0s;}.team_list .block:hover .img:after{background: #6ac0ec;}.team_list .block .img img{background: #fff;width: 100%;height: 100%;border-radius: 50%;transform: scale(1);transition: all 0.9s ease 0s;box-shadow: 0 0 0 14px #fff;transform: scale(0.7);position: relative;z-index: 2;}.team_list .block:hover .img img{box-shadow: 0 0 0 14px #fff;transform: scale(0.7);}.team_list .info{margin: 0 20px;}.team_list .info h3{color: #4e5052;font-size: 22px;font-weight: 700;letter-spacing: 1px;text-transform: capitalize;margin-bottom: 5px;}.team_list .info .position{color: #4e5052;font-size: 15px;display: block;text-transform: capitalize;padding-bottom: 4px;}.team_list .readmore{background: #2f2f2f;width: 100%;position: absolute;bottom: -100px;left: 0;transition: all 0.5s ease 0s;margin: 0;padding: 8px 0 2px;}.team_list .block:hover .readmore{bottom: 0;}.team_list .readmore a{color: #fff;font-size: 15px;transition: all 0.3s ease 0s;display: block;}.team_list .readmore a:hover{color: #6ac0ec;}