#cookie_modal {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #fff;
    padding: 40px 40px 20px 50px;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgb(0 0 0 / 11%);
    max-width: 460px;
    text-align: right;
    z-index: 1000;
}

.text {
    font: 400 normal 16px/23px "Inter", sans-serif;
    text-align: left;
    color: #878787;
}

.title{
  color: #333;
  font-weight: 700;
  margin-top: 0;
}

.text b {
    font: 600 normal 16px/23px "Inter", sans-serif;
}

.btn {
    display: block;
    outline: none !important;
    padding: 15px 40px;
    border-radius: 5px;
    cursor: pointer;
    max-width: max-content;
    font: normal normal 16px/19px "Inter", sans-serif;
    color: #fff;
    background: red;
    border: 1px solid red;
    text-transform: uppercase;
    font-size: 12px;
}

.btn:hover{
    color: red;
    background: #fff;
}

.more{
  color: red;
}