@import url('https://fonts.googleapis.com/css2?family=Inter&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,500&family=Roboto:wght@500&display=swap');

 .ace-image{
    height:420px;
    width:450px;
    margin-left: 80px;
}

.footy{
    margin: 0 !important;
    padding: 0 !important;
}

.footy-1{
    height: 300px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    margin-bottom: 20px;
}
.footy-2{
    height: 300px;
    background: rgb(15,230,117,0.5);
    background: linear-gradient(90deg, rgba(15,230,117,0.50) 2%, rgba(47,139,209,0.50) 67%);
    margin-bottom: 20px;
}
.footy-3{
    margin-top: -150px !important;
    margin-bottom: 20px;
   

}

.footy-back{
    width: 90%;
    margin: auto;
    height: 230px;
    background:whitesmoke;
    border-radius: 20px;
   display: flex;
   justify-content: space-around;
   align-items: flex-start;

}
.footy-txt{
color: #000000;
font-weight: 300;
font-size: 18px;
font-family: 'Poppins',sans-serif;
margin-top: 50px;

}

.down-load-button{
    color:white;
    background-color: #00b27b;
    /* border: 2px solid #2FB7ED; */
    width:160px;
    height: 50px;
    padding-top: 12px;
    padding-bottom: 10px;
    text-align: center;
    /* border-radius: 20px; */
    margin-top: 40px;
    margin-left: 50px;
}
.footy-sub-box{
    margin-top: 50px;
    display: flex;
}

.footy-txt-1{
    text-align: center;
    color: white;
   justify-self: center;
   font-size: 30px;
   font-weight: 500;
   padding-top: 40px;
}
.footy-txt-2{
    text-align: center;
    color: white;
    margin-top: 10px;
    font-weight: 300;
    font-size: 20px;
    justify-self: center;
}
.connect-box{
    margin-top: 50px;
}

@media only screen and (max-width: 479px) {

.ace-image{
    height:360px;
    width:420px; 
    margin-left: 0px;
}

.footy-1{
    background-size: cover !important;
}


    .footy-back{
        flex-direction: column;
        height: 360px;
        padding: 20px;
        align-items: center;
    }
    .down-load-button{
        margin-top: 20px;
        margin-left: 0px;
    }
    .footy-txt{
        font-size: 20px;
    }
}