.a.link-arrow::after {
	font-family: "Font Awesome 6 Free";
font-weight: 900;
content: "\f061";
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
width: 28px;
height: 28px;
color: #3d9cc7;
border: 2px solid #3d9cc7;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.gradation {
	background-image: linear-gradient(90deg, #ffef97, #d0f6d0);

}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
