.box_link_blog_farakonesh {
	 border: 2px solid #FF6E00;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin-bottom: 15px;
}
   

.box_farakonesh {
	    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
.box_farakonesh > span {
	    color: #545454;
    font-size: 16px;
    font-weight: 500;
    line-height: 1px;
}
.box_farakonesh a  {
    display: flex;
    align-items: center;
    flex-direction: row;
/*     background: linear-gradient(110deg, #0236FF 0%, #0C70FE 100%); */
	background-image: linear-gradient(110deg, #FF6200 0%, #FEA00C 100%);
    border-radius: 50px;
    min-width: 290px;
    justify-content: space-between;
     transition: all ease-in 100ms;
    text-decoration: none !important;
}
.box_farakonesh a:hover {
	transform: scale(0.9);
}
 .box_farakonesh a  img{
  transition: transform 0.3s ease;
}

.box_farakonesh a:hover  img{
	 transform: translateX(-8px);
}

@media only screen and (max-width: 600px) {
	.box_farakonesh a {
		  min-width: 100%;
	}
}
