.why-item_txt{
	fontsize:20px;
}
.why-item_header{
	font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-wrap: nowrap;
	/*background: conic-gradient(from 0deg at 50% 50%, #4098FF 0deg, #E31E4D 59.04deg, #EF094E 131.04deg, #5068A6 206.64deg, #4098FF 282.24deg, #2880E7 359.96deg, #227AE1 360deg);*/
	background: linear-gradient(135deg, #0b72b9 35%, #7cc8f8 50%, #d71d45 65%);

    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.why-item_icon img{
	width:65px;
	height:65px;
	margin:12px 0 13px 0;
}