.mySection .band,
.mySection.band {
    padding: 4em 0;

    &.olive {

        background: var(--yellow);

    }
}


.Raleway-900 {
    font-size: 30px;
}

.copySmart {
    margin-top: .5em;
    font-size: 1.4em;
    line-height: 151%;
}

.textContainer {
    height: 1em;
    overflow: hidden;
    text-align: left;
    display: block;
}


/*----------------------------------------------------------------------------------------------------------------------------------*/
/*	723px	933px	1127px*/

@media only screen and (min-width: 723px) {
    .vertDist {
        height: 59px;
    }

    .Raleway-900 {
        font-size: 38px;
    }

    .copySmart {
        padding-right: 1em;
    }

}

@media only screen and (min-width: 933px) {

    .Raleway-900 {
        font-size: 36px;
    }

    .copySmart {
        padding-right: 1em;
    }

}

@media only screen and (min-width: 1127px) {
    .Raleway-900 {
        font-size: 40px;
    }

}


.grid-wrapper {
    width: auto;
}

.feed-grid {
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 500px) {
    .grid-wrapper {
        width: 60%;
    }
}

@media (min-width: 820px) {
    .feed-grid {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }

    .grid-wrapper {
        width: 80%;
    }
}

@media (min-width: 1100px) {
    .grid-wrapper {
        width: 60%;
    }
}

@media (min-width: 1750px) {
    .grid-wrapper {
        width: 40%;
    }
}

.social-btn:hover {
    scale: 1.2;
    cursor: pointer;

}