@charset "utf-8";

.teket{
display:flex;
align-items:center;
}
#wrap .teket span{
display:inline-block;
margin-left:20px;
border-radius:20px;
background:#2e3551;
font-weight:bold;
}

#wrap .teket span a{
display:inline-block;
color:#fff;
padding:10px 60px;
}
@media screen and (max-width: 767px){
.teket{
display:block;
text-align:center;
}
#wrap .teket span a{
padding:10px 30px;
}
}