@media screen and (max-width:1024px) {
    body {
        font-size: 14px
    }
  
}

@media screen and (max-width:720px) {
  
.animation_1 {
    text-align: center;
    min-height: unset;
    background-image: url(../images/animation.jpg);
    background-position: unset;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
}


.one {
    background: #af1a1aa6;
    margin: 10px;
    width: auto;
    border-radius: 20px;
    margin-top: 20px;
    border: 1px solid #ffffff;
    /* box-shadow: -1px 1px 9px 0px #6c757d; */
}


.one a h4 {
    padding: 30px;
    color: #ffffff;
    font-size: 30px;
}


.tution_1 {
    text-align: center;
    min-height: unset;
    background-image: url(../images/tution1.jpg);
    background-position: unset;
     background-attachment: fixed; 
    background-repeat: no-repeat;
    background-size: cover;
}

.two {
    background: #2b1f6d9c;
    margin: 10px;
    width: auto;
    border-radius: 20px;
    margin-top: 20px;
    border: 1px solid #ffffff;
    /* box-shadow: -1px 1px 9px 0px #6c757d; */
}


.two a h4 {
    padding: 30px;
    color: #ffffff;
    font-size: 30px;
}




}
