.content_di_drop {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 350px);


    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
}

@media screen and (max-width: 820px) {
    .content_di_drop {
        grid-template-columns: repeat(2, 1fr);
    }
}

.content_di_drop_one {
    text-align: center;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: 1fr;

    grid-column-gap: 20px;
    grid-row-gap: 30px;
    align-content: space-evenly;

}

.content_di_drop_one p {
    align-self: center;
    justify-self: center;
}

.content_di_drop_one+.content_di_drop_one {
    margin-top: 0.8rem;
}

.content_di_drop_one + .content_di_drop_one.space {
    margin-top: 2.5rem;
}

@media screen and (max-width: 820px) {
    .content_di_drop_one {
        grid-template-columns: 1fr;
        grid-row-gap: 10px;

    }

    .content_di_drop_one p {
        text-align: center;
    }

    .content_di_drop_one+.content_di_drop_one {
        margin-top: 2rem;
    }
}

/* TRI DROP */
/* START */
.content_tri_drop {
    max-width: 1200px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.content_tri_drop hr {
    display: none;
}

.content_tri_drop_image_square {
    position: relative;
    color: white;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: none;
    text-shadow: 0px 1px 2px black;
}

.content_tri_drop_image_square img {
    margin-bottom: 20px;
}

.content_tri_drop_image_square.rectangle img {
    margin-bottom: 10px;
}


.content_tri_drop_image_square div.ze_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.content_tri_drop_image_square div.ze_text.dark {
    color: #000;
    text-shadow: 0px 1px 2px white;
}

.content_tri_drop_image_square div.ze_text span {
    text-transform: none;
    display: block;
    margin-bottom: 5px;
    font-size: 0.75em;
}






.content_tri_drop_image_square_header {
    margin-bottom: 15px;
    color: #333;
    text-shadow: none;
    font-size: 1.65rem;
    font-weight: 600;
    text-transform: uppercase;
}

.content_tri_drop_image_square_sub_text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
    text-shadow: none;
}

.content_tri_drop_image_square_sub_text div {
    padding-top: 2px;
}

a.content_tri_drop_image_square_sub_text {
    color: #000;
}

a.content_tri_drop_image_square_sub_text:hover {
    color: #ffaf38;
}

.content_tri_drop_image_square_sub_text svg {
    flex: 0 0 24px;
    fill: #000;
}









@media screen and (max-width: 1200px) {
    .content_tri_drop {
        grid-column-gap: 2.5vw;
        grid-row-gap: 2.5vw;
    }

    .content_tri_drop_image_square_header {
        font-size: clamp(1.2rem, 2.2vw + 0.1rem, 1.65rem);
    }

    .content_tri_drop_image_square_sub_text {
        font-size: clamp(0.7rem, 1vw + 0.2rem, 0.85rem);
    }
}

@media screen and (max-width: 768px) {
    .content_tri_drop {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 550px) {
    .content_tri_drop {
        grid-template-columns: 1fr;
    }

    .content_tri_drop_image_square img {
        object-fit: cover;
        width: 100vw;
        height: 150px;
    }

    .content_tri_drop_image_square.rectangle img {
        object-fit: scale-down;
        height: auto;
        max-width: 70%;
        object-position: top right;
    }

    .content_tri_drop_image_square_sub_text {
        margin-bottom: 0px;
    }

    .content_tri_drop hr {
        display: block;
    }

}

/* END */
/* TRI DROP */




/* TRI ONE DROP */
/* START */
.content_tri_one_drop {
    max-width: 1200px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.content_tri_one_drop_image_square {
    position: relative;
    color: white;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px black;
}

.content_tri_one_drop_image_square:hover {
    filter: brightness(105%);
}

.content_tri_one_drop_image_square a {
    color: white;
}

.content_tri_one_drop_image_square.dark a {
    color: #fff;
}

.content_tri_one_drop_image_square a:hover {
    color: #ffaf38;
}

.content_tri_one_drop_image_square_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .content_tri_one_drop {
        grid-column-gap: 2.5vw;
        grid-row-gap: 2.5vw;
    }

    .content_tri_one_drop_image_square_text {
        font-size: clamp(1.1rem, 2.4vw, 1.8rem);
    }
}

@media screen and (max-width: 550px) {
    .content_tri_one_drop_image_square_text {
        font-size: clamp(1.4rem, 4.655vw, 1.6rem);
    }

    .content_tri_one_drop {
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 15px;
    }

    .content_tri_one_drop_image_square img {
        object-fit: cover;
        width: 100vw;
        height: 150px;
    }
}

/* END */
/* TRI ONE DROP */











/* QUADCON */
/* START */
.content_quadcon {
    /*
    display: flex;
    justify-content: space-around;
    gap: 40px;
    text-align: center;
*/
    margin-top: 2.0rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
}

.content_quadcon.tricon {
    grid-template-columns: repeat(3, 1fr);
}

.content_quadcon.headerless {
    margin-top: 0rem;
}

.content_quadcon h4 {
    margin-top: 0.5rem;
}

.content_quadcon h4+p {
    margin-top: 0.5rem;
}

@media screen and (max-width: 800px) {
    .content_quadcon {
        grid-column-gap: 10px;
    }
}

@media screen and (max-width: 768px) {
    .content_quadcon {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 30px;
    }

    .content_quadcon.tricon {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 30px;
    }

    .content_quadcon svg {
        width: 40px;
        height: 40px;
    }

    .content_quadcon.tricon div:last-child {
        grid-column: span 2;
    }
}

@media screen and (max-width: 550px) {
    .content_quadcon {
        grid-column-gap: 30px;
    }
}

/* END */
/* QUADCON */




.content_info div {
    font-size: 0.6rem;
    color: #555;
    font-weight: 500;
    margin-top: 0px;
    text-transform: uppercase;
}

.content_info div+div {
    font-size: 0.7rem;
    font-weight: 700;
    margin-top: 8px;
    color: #222;
}

@media screen and (max-width: 768px) {
    .content_info div {}

    .content_info div+div {}
}

@media screen and (max-width: 550px) {
    .content_info div {}

    .content_info div+div {}
}


.content_small_list {
    display: flex;
    justify-content: center;
    font-size: 0.85em;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.content_small_list+.content_small_list {
    margin-top: 10px;
}

.content_small_list div {}




.content_di_narrow {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    text-align: center;
    width: 80%;
    margin: 1.2rem auto;
}

.content_di_narrow svg {
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .content_di_narrow {
        width: 90%;
    }
}

@media screen and (max-width: 550px) {
    .content_di_narrow {
        width: 100%;
    }
}







.content_col {
    column-count: 2;
    column-gap: 30px;
}

@media screen and (max-width: 768px) {
    .content_col {
        column-count: 1;
    }
}





.content_di {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    text-align: left;
}

.content_di p,
.content_di h4 {
    text-align: left;
}

.content_di>div {
    width: 50%;
}