body{
    background: rgba(239, 67, 67, 0.05);
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px !important;
  }
}

p{
    color: #65758B !important;
    font-family: Inter;
    font-size: 18.3px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 153.005% */
}


.top-box-notif{
    border-radius: 12px;
    border: 2px solid #DC6A18;
    background: rgba(220, 106, 24, 0.20);
}

.hero-h1{
    color: #0F1729;
    font-family: Inter;
    /* font-size: 50px !important; */
    font-style: normal;
    font-weight: 700;
    line-height: 60px !important; /* 125% */
}

.btn{
    border-radius: 10px;
    /* background: linear-gradient(90deg, #DC6A18 0%, rgba(220, 106, 24, 0.90) 100%), #293E70; */
    border: 0 !important;
    box-shadow: none !important;
    text-align: center;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 28px; /* 164.706% */
}

.btn-outline-secondary{
    border-radius: 10px !important;
    border: 2px solid #E5E7EB !important;
    background: #F9F9FB;
    color: #0F1729 !important;
}

.border{
    border-radius: 12px !important;
    border: 2px solid rgba(41, 62, 112, 0.20) !important;
    background: #FFF !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}