.instafeed h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.instafeed h3 hr {
    border-top: 1px solid var(--color-background-four);
    margin-top: 12px;
}

.instafeed h3 i {
    color: var(--color-text-one);
    font-size: 2rem;
}

.instafeed h3 .bi-instagram {
    color: var(--color-text-two);
}

.instafeed h3 span {
    color: var(--color-text-two);
    letter-spacing: 1px;
}

.instagram {
    height: 30vw;
}

.instagram-left,
.instagram-right {
    transform: rotate(-90deg);
    text-align: center;
    border: 4px solid white;
    padding: 20px;
    width: 30%;
}

.instagram-left {
    float: left;
}

.instagram-right {
    float: right;
}

.instagram-left span,
.instagram-right span {
    color: #000000;
    text-transform: uppercase;
}

.instagram_gallery {
    float: left;
    padding-bottom: 30px;
}

/*
MEDIA QUERIES - START
*/

/*
768px
*/
@media (max-width: 48em) {
    .instagram {
        height: auto;
    }

    .instafeed h3 i {
        font-size: 1.5rem;
    }

    .instafeed h3 hr {
        margin-top: 15px;
    }
}

/*
MEDIA QUERIES - END
*/