.awe .test{

    padding: 30px 0px;

}

.awe .test .flex{

    display: flex;

    justify-content: center;

}

.awe .test .flex .card{

    background-image: url(/assets/images/about/awesome/bn9-6.webp);

    background-size: cover;

    width: 30%;

    margin: 10px;

    border: 1px solid red;

}

.awe .test .flex .one{

    background-image: url(/assets/images/about/awesome/bn9-7.webp);

}

.awe .test .flex .two{

    background-image: url(/assets/images/about/awesome/bn9-8.webp);

}

.awe .test .flex .card h3{

    font-size: 26px;

    /* color: #ffffff; */

    padding: 15px 10px;

}

.awe .test .flex .card p{

    color: #ffffff;

    font-weight: 700;

    padding: 14px 10px;

}

.awe .test .flex .card button{

    background-color: #ffffff;

    border: none;

    padding: 20px 10px;

}