.conbtn { width:100%; min-height: 42px; margin:0; padding:.5rem 1rem; font-size: 1.1rem; font-weight: 700; border: none; border-radius: 3px; outline: none; cursor: pointer; color: #fff; background-color: #02cde7; transition: opacity .8s ease 0s;}
.conbtn:hover { background-color: green;}
.disconbtn { width:100%; min-height: 42px; margin:0; padding:.5rem 1rem; font-size: 1.1rem; font-weight: 700; border: none; border-radius: 3px; outline: none; cursor: pointer; color: #fff; background-color: #acacac; transition: opacity .8s ease 0s;}
.disconbtn:hover { background-color: red;}
.conp {display:inline-block;font-size:.9375rem;font-weight:400;line-height: 1.4;font-family:Arial;color:black;}
.conhead {font-size:1.45rem;font-family:Arial;color:black;max-width:840px;font-size:1.45rem;font-weight:600;line-height:1.15;}