.bloco-insta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.instagram {
    background: rgb(161, 115, 228);
    background: -moz-linear-gradient(0deg, rgba(161, 115, 228, 1) 0%, rgba(244, 99, 141, 1) 83%);
    background: -webkit-linear-gradient(0deg, rgba(161, 115, 228, 1) 0%, rgba(244, 99, 141, 1) 83%);
    background: linear-gradient(0deg, rgba(161, 115, 228, 1) 0%, rgba(244, 99, 141, 1) 83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.4em;
    margin: 0;
    padding-left: 15px;
}
.img__tel{
    max-height: 100%;
}

.img__tel img{
    max-width: 450px;
    max-height: 100%;
}

#instafeed {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    /* grid-auto-rows: 150px; */
    grid-auto-columns: 100px;
    position: relative;
}

.basisInstagram {
    height: 200px;
}

@media screen and (max-width: 991px) {
    .text-instagram {
        margin-top: 2em;
        font-size: 1em;
    }
    .linhaTituloMobile{
        padding-bottom: 10px;
    }
    .linhaTituloMobile::before {
        content: " ";
        position: absolute;
        height: 8px;
        background: #c52c31;
        width: 120px;
        z-index: 1;
      }
}

@media screen and (min-width: 992px) {
    .Instahei{
        width: 100%;
    }
}

@media screen and (min-width: 1300px) {
    .basisInstagram {
        width: 230px;
    }
}
@media screen and (max-width: 480px) {
    .img__tel img{
        max-width: 400px;
    }
}
@media screen and (min-width: 1200px){
    .linhaTitulo::before {
        content: " ";
        position: absolute;
        height: 8px;
        background: #c52c31;
        width: 120px;
        z-index: 1;
      }
}