.policy_content {
    padding: 140px 0 230px;
}
.policy_content .content {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.policy_content .content strong {
    font-weight: 700;
}

.custom-select {
    width: 20%;
    font-size: 15px;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

.custom-select::after {
    right: 20px;
}

select {
    border-color: #d2d0d0;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    width: 100%;
    height: 30px;
}