.know_more {
    background-color: #282829;
}

.know_more_sec {
    display: flex;
    flex-direction: column;
    ;
}

.know_more_cards1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex: 1;
}

.cards_items1 {
    text-align: center;
    margin: 3rem 0;
    width: 50%;
}

.cards_items1 a {
    margin-top: 1rem;
    color: #eeb037;
}

.cards_items1 a:hover {
    color: #f0c97c;
}

.cards_items2 {
    text-align: center;
    margin: 3rem 0;
    width: 50%;
}

.cards_items2 {
    color: #eeb037;
}

.cards_items2 a {
    margin-top: 1rem;
    color: #eeb037;
    text-decoration: underline;
}

.cards_items2 a:hover {
    color: #f0c97c;
}

.know_more_cards2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex: 1;
}

.know_more_sec img {
    height: 50px;
    margin-bottom: 1rem;
}

.know_more_sec h1 {
    color: #eeb037;
    font-size: 1.4rem !important;
}

.know_more_sec p {
    color: #fff;
    margin-bottom: 10px !important;
}

@media (max-width: 768px) {
    .know_more_cards1 {
        margin: 0;
        padding: 16px;
    }
    .know_more_cards1 {
        text-align: center;
        /* margin: 3rem 0; */
        display: flex;
        flex-direction: column;
    }
    .cards_items1 {
        width: 100%;
        margin: 2rem 0;
    }
    .know_more_cards2 {
        margin: 0;
        padding: 16px;
    }
    .know_more_cards2 {
        text-align: center;
        /* margin: 3rem 0; */
        display: flex;
        flex-direction: column;
    }
    .cards_items2 {
       width: 100%;
       margin-top: 1rem;
    }

}