.pd-tb-20 {
padding: 40px 20px;
}
.pd-b-20{
padding:30px;
}
input[type=radio].css-checkbox {
position:absolute;
z-index:-1000;
left:-1000px;
overflow: hidden;
clip: rect(0 0 0 0);
height:1px;
width:1px;
margin:-1px;
padding:0;
border:0;
background-repeat:no-repeat;
}
input[type=radio].css-checkbox + label.css-label {
padding-left:42px;
height:30px;
display:inline-block;
line-height:19px;
background-repeat:no-repeat;
background-position: 0 0;
font-size:20px;
vertical-align:middle;
cursor:pointer;
font-family: 'Fira Sans', sans-serif;
font-weight: 500;
}
input[type=radio].css-checkbox:checked + label.css-label {
background-position: 0 -35px;
}