.filter-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.image-filter{
    width: 320px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 20px!important;
    box-shadow: 0 10px 50px rgba(53,137,65,0.3);
}
.filter-icon i{
    font-size: 24px;
    margin-right: 8px;
}
.filter_active{
    background: #3a9948;
    color: #fff;
}
.image-filter:last-child{
    margin-bottom: 0px!important;
}
.mainImageSection{
    display: flex;
    justify-content: center;
    align-items: center;
}
.laptopImage {
    height: 480px;
    width: 480px;
}
.laptopImage .mainLaptop{
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
}
.changing_image{
    height: 255px;
    width: 382px;
    position: absolute;
    top: 85px;
    left: 109px;
}
.changing_image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width:1200px) {
    .laptopImage {
        height: 660px;
        width: 660px;
    }
    .changing_image{
        height: 350px;
        width: 524px;
        top: 118px;
        left: 218px;
    }
}
@media screen and (max-width:992px) {
    .changing_image{
        left: 98px;
    }
}
@media screen and (max-width:768px) {
    .filter-container-top{
        margin-top: 30px;
        margin-bottom: -80px;
    }
    .filter-container-bottom{
        margin-top: -80px;
    }
    .changing_image{
        height: 270px;
        width: 405px;
        top: 166px;
        left: 67px;
    }
}
@media screen and (max-width:550px) {
    .filter-container-top{
        margin-bottom: 0px;
    }
    .filter-container-bottom{
        margin-top: 0px;
    }
    .laptopImage {
        height: 380px;
        width: 380px;
        position: relative!important;
    }
    .changing_image{
        position: absolute!important;
        height: 200px;
        width: 300px;
        top: 69px;
        left: 40px;
    }
}
@media screen and (max-width:420px) {
    .laptopImage {
        height: 320px;
        width: 320px;
    }
    .changing_image{
        height: 172px;
        width: 255px;
        top: 57px;
        left: 32px;
    }
}