@charset "utf-8";

.btns.txt_center.type2 .btn3.type3 {width: auto; max-width: 29%;}
.btns.txt_center.type2 .btn3.type3:first-child {max-width: 40%;}

@media (max-width: 580px)
{
    .btns.txt_center.type2 .btn3.type3 {width: 100%; max-width: 100% !important;}
}