/*
Theme Name: Ateka
Author: Maxim Folko
Version: 4.1
Text Domain: leos
*/


/*SEO*/
.seolink{
    display: flex;
    justify-content: space-evenly;
}
.seobtn{
  	width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 0 20px;
  	background-color:#0d4691;
  	
}
.seobtn a{
color:#fff;
  text-align:center;
  font-weight: bold;
}

.seobtn img{
 padding:15px;
  border-radius:100%;
}
.seoh{
text-align: center;
}