@media all and (max-width: 768px) {
.around_since_twentyfiveteen {
        margin-left: auto;
        margin-right: auto;
        max-width: 340px;

}
}

@media all and (min-width: 769px) and (max-width: 1200px) {
.around_since_twentyfiveteen {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
	
}
} 

.around_since_twentyfiveteen .vt-animate-overlay-3 { top: -20% !important; }
.vt-animate-text-highlight-1 {position: relative;} .vt-animate-overlay-1 {position: absolute; top: 0px; left: 0px; stroke-dasharray: 1000; stroke-dashoffset: 1000; animation: dash-1 2s linear forwards; } @keyframes dash-1 {from {stroke-dashoffset: 1000;} to {stroke-dashoffset: 0;}}
.vt-animate-text-highlight-2 {position: relative;} .vt-animate-overlay-2 {position: absolute; top: 0px; left: 0px; stroke-dasharray: 1000; stroke-dashoffset: 1000; animation: dash-2 2.5s linear forwards; } @keyframes dash-2 {from {stroke-dashoffset: 1000;} to {stroke-dashoffset: 0;}}
.vt-animate-text-highlight-3 {position: relative;} .vt-animate-overlay-3 {position: absolute; top: 30%; left: 0px; stroke-dasharray: 1497, 1499; stroke-dashoffset: 0; animation: dash 2.5s both; } @keyframes dash-3 {from {stroke-dashoffset: 1499;} to {stroke-dashoffset: 0;}}
