@import url("../../styles.css");
.image-container{
   width: 100%;
   height: 50%;
}

.img{
    object-fit: contain;
    width: 50%;
    height: 40%;
}

.round-edge{
    border-radius:5px;
}
@media screen and (min-width: 1280px) {
    .img{
        width: 30%;
        height: 40%;
    }
}