@media (min-width: 768px) {
    .made-box{
        margin-top: 50px;
    }
}
.made-text-box{
    min-width: 350px;
    min-height: 450px;
    max-width: 550px;
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.made-with-text{
    font-family: 'Lato-Bold', sans-serif;
}

@media (min-width: 768px) {
    .made-with-text{
        padding-left: 2.6rem;
    }
}
.made-img-box{
    position: relative;
}
.made-img {
    aspect-ratio: 9 / 16;
    position: absolute;
}
.made-img-1 {
    top: -2.5%;
    left: -10%;
    width: 7%;
    border-radius: 0.4rem;
    z-index: 10;
    opacity: 0.2;
    transition: all 1.5s ease-in-out;
}

.made-img-2 {
    top: 16%;
    left: 10%;
    width: 10%;
    border-radius: 0.4rem;
    z-index: 20;
    opacity: 0.4;
    transition: all 1.5s ease-in-out;
}
.made-img-3 {
    top: 85%;
    left: 5%;
    width: 16%;
    border-radius: 0.5rem;
    z-index: 30;
    opacity: 0.6;
    transition: all 1.5s ease-in-out;
}
.made-img-4 {
    top: 5%;
    left: 28%;
    width: 40%;
    border-radius: 0.8rem;
    z-index: 50;
    transition: all 1.5s ease-in-out;
}
.made-img-5 {
    top: 30%;
    left: 75%;
    width: 18%;
    border-radius: 0.6rem;
    z-index: 40;
    opacity: 0.8;
    transition: all 1.5s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .made-img-3 {
        top: 80%;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .made-img-box{
        min-height: 450px;
    }
    .made-text-box{
        margin-top: 0;
    }
    .made-img-1 {
        width: 5%;
        top: -10%;
        left: 10%;
    }
    .made-img-2 {
        width: 8%;
        top: 15%;
        left: 17%;
    }
    .made-img-3 {
        width: 14%;
        left: 12%;
        top: 70%;
    }
    .made-img-4{
        width: 35%;
        top: -5%;
        left: 34%;
    }
    .made-img-5 {
        width: 16%;
        top: 20%;
        left: 77%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .made-img-1 {
        top: 10%;
    }
    .made-img-2 {
        top: 25%;
    }
    .made-img-3 {
        top: 80%;
    }
    .made-img-4{
        top: 20%;
    }
    .made-img-5 {
        top: 40%;
    }
}

@media (min-width:451px) and (max-width: 576px) {
    .made-img-box{
        min-height: 300px;
    }
    .made-text-box{
        margin-top: 0;
    }
    .made-img-1 {
        top:-10%;
        left: 5%;
    }
    .made-img-2 {
        top: 15%;
        left: 15%;
    }
    .made-img-3 {
        top: 100%;
        left: 10%;
    }
    .made-img-4{
        top: 0;
        left: 33%;
    }
    .made-img-5 {
        top: 35%;
        left: 80%;
    }
}

@media (min-width: 376px) and (max-width: 450px) {
    .made-img-box{
        min-height: 280px;
    }
    .made-text-box{
        margin-top: 0;
    }
    .made-img-1 {
        top:0;
        left: 5%;
    }
    .made-img-2 {
        top: 20%;
        left: 15%;
    }
    .made-img-3 {
        top: 105%;
        left: 10%;
    }
    .made-img-4{
        width: 45%;
        top: 10%;
        left: 30%;
    }
    .made-img-5 {
        top: 40%;
        left: 80%;
    }
}

@media (max-width: 375px){
    .made-img-box{
        min-height: 250px;
    }
    .made-text-box{
        margin-top: 0;
    }
    .made-img-1 {
        top:0;
        left: 5%;
    }
    .made-img-2 {
        top: 20%;
        left: 15%;
    }
    .made-img-3 {
        top: 105%;
        left: 10%;
    }
    .made-img-4{
        width: 45%;
        top: 10%;
        left: 30%;
    }
    .made-img-5 {
        top: 40%;
        left: 80%;
    }
}