.tg-news {
	margin: 30px 0;
	display: flex;
	justify-content: center;
}
.tg-news a {
	font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 21.5px;
    line-height: 100%;
    color: #fff;
    width: 100%;
	max-width: 700px;
    height: 80px;
    background-color: #00adef;
    border-radius: 100px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 61px;
    cursor: pointer;
}

.tg-news a img {
	border-radius: 100px;
    background: rgba(255, 255, 255, 0.2);
    padding: 18px;
    box-sizing: border-box;
    position: absolute;
    right: 12px;
    top: 8px;
}