html, body {
    overflow-x:hidden 
  } 
  .countdown {
    align-items: center; 
    font-family: 'Mulish', sans-serif; 
    font-size: 35px; 
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    color: rgb(29, 29, 29);
    margin-top: 35px;
    margin-bottom: 25px;
}
.span {
    align-items: center; 
    font-family: 'Mulish', sans-serif; 
    font-size: 20px; 
    font-weight: 500;
    text-align: center;
}
h1 {
    text-align: center; 
    font-family: 'Mulish', sans-serif; 
    color: #ff6f00; 
    font-weight: 700;
}
h4 {
    font-family: 'Mulish', sans-serif; 
    color: #ff6f00;
    font-weight: 500; 
}
h5,h5,h6 {
    font-family: 'Mulish', sans-serif; 
    color: #ff6f00; 
}
.txt-details-r {
    text-align: end; 
    align-items: center; 
    margin-top: 20px;
}
.txt-details-l {
    text-align: start; 
    align-items: center; 
    margin-top: 20px;
}
#problem{
    background-image: url("../images/white-texture\ 1.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-title {
    padding: 2px 30px;
    color: white;
    background: #ff6f00;
    border-radius: 20px;
    font-size: 20px;
    font-family: 'Mulish', sans-serif; 
    font-weight: 600;
    align-items: center;
    width: max-content;
}
.paragraf {
    font-family: 'Mulish', sans-serif; text-align: justify;
    padding: 0 20px;
    color: #ff6f00; 
}

.link-btn {
    text-decoration: none; 
    padding: 10px 30px; 
    background-color: #fc8e3a; 
    color: white; 
    border-radius: 20px;
}
.link-btn:hover {
    text-decoration: none; 
    padding: 10px 30px; 
    transition-delay: 0.1s;
    background-color: #ff6f00; 
    color: white; 
    border-radius: 20px;
}
.link-btn:active {
    text-decoration: none; 
    padding: 10px 30px; 
    background-color: #064144; 
    color: white; 
    border-radius: 20px;
}
.cardCus {
    background-color: #FF914D;
    border-radius: 5px;
    margin: 0px 0px 10px 0px;
    color: #fff;
}

.cardCus a {
    color: #fff;
}

@media (max-width: 767.98px) {
    .countdown {
        align-items: center; 
        font-family: 'Mulish', sans-serif; 
        font-size: 28px; 
        font-weight: 700;
        text-align: center;
        line-height: 20px;
        color: rgb(29, 29, 29);
        margin-top: 35px;
        margin-bottom: 25px;
    }
    .span {
        align-items: center; 
        font-family: 'Mulish', sans-serif; 
        font-size: 15px; 
        font-weight: 500;
        text-align: center;
    }
    .txt-details-r {
        text-align: center; 
        align-items: center; 
        margin-top: 0px;
    }
    .txt-details-l {
        text-align: center; 
        align-items: center; 
        margin-top: 0px;
    }
}