.fs-big{
	font-size: var(--fs-big);
	line-height: var(--lh-big);
}
a.yesbtn:link, a.yesbtn:visited {
    width:100%;
    max-width:250px;
    text-align:center;
    background:#00323C;
    border:1px solid #00323C;
    color:#fff;
    transition: all 0.3s;
    text-decoration:none;
    padding:10px 20px;
    margin-top:30px;
    display:inline-block
    white-space:nowrap;
}
a.yesbtn:hover {
    background: #fff;
    color:#00323C;
    border:1px solid #00323C;

}
