.rounded{
        width: 10vw;
}

.img1{
        position: absolute;
        right: 0px;
        bottom: -20%;
        width: 15vw;
    }

    .img2 {
        position: absolute;
        width: 10vw;
        left: 5%;
        top: 34%;
        z-index: 1;
    }

    .form-check-input[type=checkbox] {
        border-radius: 0.25em;
        margin-left: -2%;
    }

 

    @media screen and (max-width: 767px){
          
    .my-2 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .rounded {
        width: 20vw;
    }

    .img1 {
        bottom: -7%;
        width: 30vw;
    }

   
    .btn3{
            display: block;
            margin: auto;
            width:35vw;
    }
    
    .img2 {
    width: 15vw;
    top: 17%;
}
    }