.container{flex:1;padding:0 70px}.hero-animation{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:5px;grid-row-gap:5px;align-content:space-evenly;animation:fadeInAnimation 3s ease;animation-fill-mode:forwards;animation-iteration-count:1;background-color:#fff;justify-content:center;padding-bottom:50px;padding-left:0;padding-top:50px}@media only screen and (max-width:1160px){.hero-animation{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:0;grid-row-gap:0;animation:fadeInAnimation 3s ease;animation-fill-mode:forwards;animation-iteration-count:1;background-color:transparent;padding:50px}}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}.hero-animation p{font-size:28px;padding-top:10px;text-align:center}.chart .animate-draw{stroke:#a11422!important}@media only screen and (max-width:767px){.hero-animation{display:grid;grid-template-columns:1fr!important;grid-column-gap:0;grid-row-gap:0;animation:fadeInAnimation 3s ease;animation-fill-mode:forwards;animation-iteration-count:1;background-color:transparent;padding:0!important}}