.vmg_top_manufacture{
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    position: relative;
}
.vmg_manufacture_container{
    display: flex;
    margin: 0px auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    position: relative;
    width: 1350px;
}
.vmg_top_manufacture .vmg_content_head{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin-bottom: 40px;
    padding: 0px 150px;
    text-align: center;
}
.vmg_manufacture_section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 30px;
}
.vmg_top_manufacture_img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
    background: #FFF;
    box-shadow: 0px 3px 20px #12BFCE26;
    padding: 20px 0px;
}
.vmg_top_manufacture_img img{
    height:100px;
}
@media screen and (max-width: 1499px) and (min-width: 1300px){
    .vmg_manufacture_container{
        width: 1200px;
    }
}
@media screen and (max-width: 1299px) and (min-width: 1100px){
    .vmg_manufacture_container{
        width: 1000px;
    }
    .vmg_top_manufacture .vmg_content_head {
        padding: 0px 50px;
    }
    .vmg_top_manufacture{
        padding: 80px 0;
    }
}
@media screen and (max-width: 1099px) and (min-width: 768px){
    .vmg_manufacture_container{
        width: 100%;
    }
    .vmg_top_manufacture{
        padding: 80px 50px;
    }
    .vmg_top_manufacture .vmg_content_head {
        padding: 0px 50px;
    }
    .vmg_top_manufacture_img img {
        height: 80px;
        width: 100%;
        object-fit: contain;
    }
    .vmg_top_manufacture_img {
        max-width: 25%;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px){
    .vmg_manufacture_container{
        width: 100%;
    }
    .vmg_top_manufacture{
        padding: 50px 30px;
    }
    .vmg_top_manufacture .vmg_content_head {
        padding: 0px 0px;
    }
    .vmg_top_manufacture_img img {
        height: 80px;
        width: 100%;
        object-fit: contain;
    }
    .vmg_top_manufacture_img {
        width: 250px;
    }
    .vmg_manufacture_section {
        gap: 25px;
        flex-direction: column;
    }
}