.ins .Instagram{
    padding: 45px 0px;
}
.ins .Instagram .marge{
    border-radius: 10px 10px;
    display: flex;
    width: 85%;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    /* border: 1px solid red; */
}
.ins .Instagram .marge .pho{
    width: 20%;
}
.ins .Instagram h2{
    font-weight: 750;
    color: #292929;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 35px;
    padding: 25px 0px;
}
.ins .Instagram .marge .pho img{
    width: 100%;
    /* border-radius: 10px 10px; */
}
.ins .Instagram .marge .case img{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.ins .Instagram .marge .import img{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}