.CardSection .PerformCard{background: #FFFFFF;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);border-radius: 4px;
	padding: 1.142rem;height: 141px;margin: 0 1.142rem 1.142rem 0;display: flex;
flex-direction: column;justify-content: center;align-items: center;border: 1px solid #fff;}
.CardSection .PerformCard .CardIcon{width: 65px;height: 65px;background: #F7F7F7;border-radius: 50%;
	position: relative;margin-bottom: 0px;}
.CardSection .PerformCard:hover{text-decoration: none;border: 3px solid #764FB7;box-shadow: none;}
.CardSection .PerformCard:hover span{color: #764FB7;}
.CardSection .PerformCard:hover span:hover{color: #461F87;}
.CardSection .PerformCard span{border-bottom: 3px solid #fff;text-align: center;margin-top: 0.714rem;}
.CardSection .PerformCard span:hover{border-bottom: 3px solid #461F87;}
.CardSection .PerformCard .CardIcon small{color: #C7C7C7;position: absolute;left:50%;top:50%;transform:translate(-50%, -50%); }
.CardSection .PerformCard .CardIcon small i{font-size: 2rem;display: flex; will-change: transform;transform-style: preserve-3d;transition: 0.2s ease all;}
.CardSection .PerformCard:hover .CardIcon i{transform: scale3d(1.5, 1.5, 1);color:#764FB7;font-size: 1.4rem;}
.CardSection .col-md-4:nth-child(3n) .PerformCard{margin-right: 0px;}