.tag-lines {
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    padding: 15px 20px;
    border-radius: 7px 7px 0 0;
}

.tag-item img {
    margin-right: 15px;
}

.tag-item {
    display: flex;
    color: white;
    width: calc(100% / 3);
    font-size: 36px;
    font-weight: 800;
    justify-content: center;
    align-items: center;
    font-family: "Catamaran", "Trebuchet MS", sans-serif;
}

.tag-item p {
    font-size: 36px;
    color: white;
    font-weight: 800;
    margin-bottom: 0;
    transform: translateY(2px);
}

.home.page h1 {
    color: white;
    font-size: 44px;
    line-height: 54px;
    margin: 0 auto;
    font-weight: 800;
    text-align: center;
    max-width: 1000px;
}

.page h2.product-heading {
    color: #043c75;
    text-align: center;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 75px;
}

.home.page .entry-content h2 {
    line-height: 1.5;
    font-weight: 800;
    text-align: center;
    font-size: 28px;
}

@media (max-width: 1368px) {
    .tag-lines {
        border-radius: 0;
        padding: 10px;
    }

    .tag-item {
        align-items: center;
        font-size: 24px;
        line-height: 1;
    }
}

@media (max-width: 1200px) {
    .tag-item p {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .home.page h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .tag-item {
        font-size: 16px;
    }

    .tag-item img {
        max-height: 30px;
        width: auto;
    }
}

@media (max-width: 768px) {
    .tag-item p {
        font-size: 16px;
    }

    .tag-item {
        padding: 0 10px;
    }

    .tag-item img {
        max-height: 20px;
    }

    .home.page h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 480px) {
    .page h2.product-heading {
        font-size: 40px;
        margin: 0;
    }

    .home.page h1 {
        font-size: 24px;
    }

    .tag-item img {
        margin-right: 10px;
        margin-left: 10px;
    }
}
