* {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
    padding: 20px;
    font-family: Arial, Helvetica, Verdana, sans-serif; 
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}
.bold {
    font-weight: bold;
}

.policy .text h1 {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}
.policy .text p {
    margin-bottom: 20px;
}
.policy .text ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.policy .info .row {
    display: grid;
    grid-template-columns: 130px 28px 1fr;
    margin-bottom: 20px;
    text-align: left;
}

.white-popup {
    background-color: #fff;
    padding: 40px 30px;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

#confirm-popup .btn-wrapper {
    display: flex;
    justify-content: center;
}
#confirm-popup .btn-wrapper a {
    display: block;
    margin: 0 10px;
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px solid #333;
    line-height: 1;
    color: #333;
    text-decoration: none;
}
#confirm-popup .btn-wrapper a.btn-confirm {
    color: #fff;
    background-color: #124e91;
}