.box-icon-2 {
    text-align: center;
}
.box-mission-stat{
    padding: 0px 50px;
}
.box-monthly-offer-button{
        margin-top: 30px;
}
.box-footer-banner{
    width: 100%;
    height: 20px;
    background-color: #435ee3;
}
.team-box-left {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}
.hidetestimony{
    display: none;
}
.casetestimony{
    animation: myAnim 2s ease 0s 1 normal forwards;
}
@keyframes myAnim {
	0% {
		opacity: 0;
		transform: scale(0.6);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}