.modal-custom {
    background: #F7FCFA;
    border-radius: 19px;
    padding: 35px 27px;
}
.text-gray {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25; /* 17.50px */
    letter-spacing: 0.5px;
}
.text-gray-bold {
    color: #404040;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1.5px;
}
.btn-custom {
    background-color: #32AC90;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25; /* 22.5px */
    letter-spacing: 0.5px;
    border-radius: 8px;
    width: 220px;
    height: 48px;
}
.btn-custom:hover {
    background-color: #2b9e83;
    color: white;
}