:root {
    --light: #ffff;
    --primary: #6E7EE4;
    --dark-light: #4A4A4A;
    --secondary: #F15E5F;
    --bg-gray-light: #F8F8FC;
}

.bootstrap .container {
    margin: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.bootstrap .fw-600 {
    font-weight: 600;
}

.bootstrap .title {
    color: var(--secondary);
}

.bootstrap .btn-danger {
    background-color: var(--secondary) !important;
    border: none !important;
    border-radius: 23px;
    padding-left: 3rem;
    color: white;
    padding-right: 3rem;
}

@media only screen and (max-width: 992px) {
    .bootstrap img {
        max-height: 160px;
    }
    .bootstrap p {
        font-size: 0.7rem !important;
    }
    .bootstrap .btn-danger {
        padding-left: 5rem;
        padding-right: 5rem;
        font-size: 0.7rem;
    }
}
