.info-box-bfa75684-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
}

.info-box-bfa75684-top-title {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 40px;
    text-align: center;
    color: #111;
}

.info-box-bfa75684-content-wrapper {
    position: relative;
    background-color: #ffffff;
    border: 2px solid #000000;
    padding: 60px 40px;
    max-width: 600px;
    width: 100%;
}

/* Custom Exclamation Mark */
.info-box-bfa75684-mark {
    position: absolute;
    top: -45px;
    right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.info-box-bfa75684-mark-line {
    width: 20px;
    height: 60px;
    background-color: #000;
}

.info-box-bfa75684-mark-dot {
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50%;
}

.info-box-bfa75684-desc {
    margin-bottom: 30px;
    color: #333;
    font-size: 18px;
    line-height: 1.6;
}

.info-box-bfa75684-desc p {
    margin-bottom: 15px;
}

.info-box-bfa75684-desc p:last-child {
    margin-bottom: 0;
}

.info-box-bfa75684-btn-wrapper {
    display: block;
}

.info-box-bfa75684-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    font-weight: 800;
    font-size: 16px;
    padding: 15px 40px;
    border: 2px solid #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.info-box-bfa75684-btn:hover {
    background-color: #000000;
    color: #ffffff;
}
