@media (min-width: 991px) {
    .first-banner {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 200px;
        background-color: #ecf7fb;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }
    .first-banner h1 {
        font-family: "Yekan1" !important;
    }
    .first-banner h1 span {
        color: #002570;
    }
}

@media (max-width: 991px) {
    .first-banner {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        background-color: #ecf7fb;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }
    .first-banner h1 {
        font-family: "Yekan1" !important;
        font-size: 25px;
    }
    .first-banner h1 span {
        color: #002570;
    }
}


/* rules */

@media (min-width: 991px) {
    .rules {
        margin-top: 80px;
    }
    .rules .item-rule {
        box-shadow: #0071bc17 0px 1px 20px;
        width: 100%;
        background-color: white;
        padding: 20px;
        border-radius: 20px;
        margin-top: 30px;
    }
    .rules .item-rule .title {
        border-right: 5px solid #0e98c6;
        height: 70px;
        padding-top: 10px;
        padding-right: 10px;
    }
    .rules .item-rule .title h6 {
        color: #0e98c6;
        font-size: 20px;
        font-weight: 900;
    }
    .rules .item-rule .title h5 {
        color: #002570;
        font-size: 22px;
        font-weight: 900;
    }
    .rules .item-rule p {
        margin-top: 20px;
        line-height: 30px;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .rules {
        margin-top: 80px;
    }
    .rules .item-rule {
        box-shadow: #0071bc17 0px 1px 20px;
        width: 100%;
        background-color: white;
        padding: 20px;
        border-radius: 20px;
        margin-top: 30px;
    }
    .rules .item-rule .title {
        border-right: 3px solid #0e98c6;
        height: 50px;
        padding-top: 5px;
        padding-right: 10px;
    }
    .rules .item-rule .title h6 {
        color: #0e98c6;
        font-size: 16px;
        font-weight: 900;
    }
    .rules .item-rule .title h5 {
        color: #002570;
        font-size: 17px;
        font-weight: 900;
    }
    .rules .item-rule p {
        margin-top: 20px;
        line-height: 30px;
        font-size: 14px;
    }
}


/* question */

@media (min-width: 991px) {
    .questions {
        margin-top: 80px;
    }
    .questions .item-question {
        box-shadow: #0071bc17 0px 1px 20px;
        width: 100%;
        background-color: white;
        padding: 20px;
        border-radius: 20px;
        margin-top: 30px;
    }
    .questions .item-question .title {
        height: 50px;
        padding-top: 10px;
        padding-right: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }
    .questions .item-question .title h6 {
        color: #0e98c6;
        font-size: 25px;
        font-weight: 900;
    }
    .questions .item-question .title i {
        color: #0e98c6;
        font-size: 20px;
        font-weight: 900;
    }
    .questions .item-question .title h5 {
        color: #002570;
        font-size: 22px;
        font-weight: 900;
    }
    .questions .item-question p {
        margin-top: 20px;
        line-height: 30px;
        font-size: 16px;
        display: none;
    }
}

@media (max-width: 991px) {
    .questions {
        margin-top: 80px;
    }
    .questions .item-question {
        box-shadow: #0071bc17 0px 1px 20px;
        width: 100%;
        background-color: white;
        padding: 20px;
        border-radius: 20px;
        margin-top: 30px;
    }
    .questions .item-question .title {
        height: 50px;
        padding-top: 10px;
        padding-right: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }
    .questions .item-question .title h6 {
        color: #0e98c6;
        font-size: 16px;
        font-weight: 900;
    }
    .questions .item-question .title i {
        color: #0e98c6;
        font-size: 20px;
        font-weight: 900;
    }
    .questions .item-question .title h5 {
        color: #002570;
        font-size: 16px;
        font-weight: 900;
    }
    .questions .item-question p {
        margin-top: 14px;
        line-height: 30px;
        font-size: 16px;
        display: none;
    }
}