.shop.banner {
    background-color: rgba(0, 0, 0, 0.7);
}

.shop.banner::after {
    background-image: url("/img/tariffs/tariffs.jpg");
    background-position: bottom;
}

.fatherOfAll > *:not(svg) {
    padding: 3em 0;
}

/* Custom Page */
.otherBanner h3 {
    text-transform: uppercase;
}

@media (min-width: 1025px) {
    .boxUpper {
        justify-content: flex-start;
    }

    .boxUpper > div {
        margin: 0 .916%;
        width: 31.5%;
    }
}

.boxUpper > div {
    padding: 0;
    box-shadow: unset;
    background-color: transparent;
    align-items: flex-start;
}

@media (min-width: 1025px) {
    .boxUpper > div {
        margin-bottom: 4%;
    }
}

.boxUpper > div:hover {
    background-color: transparent;
}

.boxUpper > div p {
    text-transform: capitalize;
    text-align: left;
    color: #000;
}

.boxUpper > div img {
    height: 100%;
    margin-top: 0;
}

.boxUpper > div a {
    text-decoration: none;
}

@media (max-width: 1024px) {
    .boxUpper > div > p {
        padding: 0;
    }
}

.boxUpper > div img {
    object-fit: contain;
}

@media (min-width: 1025px) {
    .boxUpper > div img {
        height: 250px;
    }
}

@media (max-width: 1024px) {
    .boxUpper > div img {
        height: 100%;
    }
}
