/* *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */




.main1{
    gap: 20px;
    display: flex;
    padding-top: 20px;
    justify-content: center;
}

.leftSideCards1 .card1{
    width: 500px;
    height: 400px;
    margin-bottom: 20px;
}

.leftSideCards1 .card1:first-child{
    /* background: url(Assets/image.png); */
    background-position: center;
    background-size: cover;
}

.leftSideCards1 .card1:nth-child(4) img{
    width: 120px;
}

.leftSideCards1 .card1:last-child{
    /*color: #fff;*/
    /*background-color: #000;*/
}

.rightSideCards1 .card1{
    width: 500px;
    height: 450px;
    margin-bottom: 20px;
}
.rightSideCards1 .card1:nth-child(2){
    padding-top: 20px;
    /*background: url(Assets/image\ \(1\).png);*/
    background-position: center;
    background-size: cover;
}

.rightSideCards1 .card1:nth-child(3){
    background: url(Assets/pngwing.com\ \(2\)\ \(1\).png);
    background-position: center;
    background-size: cover;
}

.rightSideCards1 .card1:nth-child(4){
    background: url(Assets/pngwing.com\ \(1\)\ 1.png);
    background-position: center;
    background-size: cover;
}

.card1{
    padding: 30px;
    position: relative;
    text-align: center;
    border-radius: 25px;
    border: .1px solid #c7c6c6;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 5px 2px 8px 0px;
}

.card1 img{
    width: 120px;
}


.card1 h2{
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: bolder;
}

.card1 p{
    font-size: .9rem;
}

.card1 a{
    font-size: 14px;
    color: #D87705;
    position: absolute;
    text-decoration: none;
    bottom: 20px; left: 50%;
    transform: translate(-50%, -50%);
}

footer{
    padding: 20px;
    margin-top: 30px;
    font-size: 0.9rem;
    text-align: center;
}

.container12{
    display: none;
}

@media (max-width:768px){
.container12{
    display: none;
}
    .main1{
        display: flex;
    }

    .leftSideCards1 .card1{
        width: 150px;
        height: 225px;
    }
    .leftSideCards1 .card1:nth-child(4) p{
        /* font-size: 9px; */
    }
    .rightSideCards1 .card1{
        width: 150px;
        height: 250px;
    }
    .rightSideCards1 .card1:nth-child(2){
        padding-top: 50px;
    }
    .card1{
        padding: 10px;
    }
    .card1 img{
        width: 100px;
    }
    .card1 h2,
    .card1 p{
        font-size: 12px;
        color: #000;
    }
    .card1 a{
        bottom: 0;
        font-size: 9px;
    }
    .card1 p{
        font-weight: 400;
    }
}