Fonte css pack
.fontex {
background: linear-gradient(89deg, #00965D -50%, #00FF9D 50%, #00965D 150%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Times New Roman";
font-size: 80px;
font-style: italic;
font-weight: 400;
letter-spacing: -2px;
padding: 0px 0px;
}
@media(max-width: 1024px){
.fontex {
font-size: 40px;
}
}