.showcase-html-section h3 {
    font-family: 'tradegothiclt-bold', sans-serif;
    font-size: 1.5rem;
    color: #575047;
}

.custom-hr {
    border-bottom: 3px solid #f6b221;
    max-width: 60px;
}

.badge-center {
    margin: auto;
}

.overlap-card {
    margin-bottom: 20px;
    padding: 1rem 0 1rem 0;
}

.overlap-card-body {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 50px;
    min-height: 25rem;
    width: 100%;
}

.overlap-card img {
    display: block;
    width: 300px;
    height: 300px;
}

.card-left {
    display: flex;
    align-items: center;
}

.container-left {
    padding-left: 5rem;
}

.card-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.container-right {
    padding-right: 5rem;
}

.img-left {
    float: left;
    margin-right: -6rem;
    z-index: 1;
}

.img-right {
    float: right;
    margin-left: -6rem;
    z-index: 1;
}

.apply-img {
    max-width: 64px;
}

.custom-grid {
    padding: 0px !important;
}

.info-box-purple {
    border: 1px solid var(--primary-lighter-4) !important;
    border-left: 6px solid var(--primary-color) !important;
    background-color: var(--primary-lighter-6) !important;
    color: var(--primary-darker-4) !important;
}

.info-box-blue {
    border: 1px solid #e1e7ef !important;
    border-left: 6px solid #346094 !important;
    background-color: #ebeff4 !important;
    color: #0d1825 !important;
}

.info-box.--okay.info-box-purple::before {
    content: "";
    color: var(--primary-color);
}

.info-box.--okay.info-box-blue::before {
    content: "";
    color: #346094;
}

@media only screen and (max-width: 800px) {
    .overlap-card img {
        width: 300px;
        height: 300px;
        margin: auto;
        margin-bottom: -6rem;
        position: relative;
        z-index: 1;
    }

    .overlap-card-body {
        padding-top: 8rem;
    }

    @media only screen and (max-width: 800px) {
        .cust-row {
            padding-bottom: 3rem;
        }
    }

    .container-left {
        padding-left: 0rem;
    }

    .container-right {
        padding-right: 0rem;
    }

    .card-left,
    .card-right {
        display: inline;
    }

    .img-left {
        float: none !important;
    }

    .img-right {
        float: none !important;
    }
}

@media only screen and (max-width: 380px) {
    .overlap-card img {
        width: 250px;
        height: 250px;
        margin: auto;
        margin-bottom: -6rem;
        position: relative;
        z-index: 1;
    }
}

@media only screen and (max-width: 335px) {
    .overlap-card img {
        width: 200px;
        height: 200px;
        margin: auto;
        margin-bottom: -6rem;
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width: 641px) {
    .desktop-badges {
        display: none;
    }
}

@media screen and (min-width: 641px) {
    .mobile-badges {
        display: none;
    }
}

/* Contact Card */

.contact-overlap-card {
    margin-bottom: 20px;
    padding: 1rem 0 1rem 0;
}

.contact-overlap-card img {
    width: 280px;
    height: 280px;
    margin: auto;
    margin-bottom: -6rem;
    position: relative;
    z-index: 1;
}

.contact-overlap-card img {
    display: block;
}

.contact-overlap-card-body {
    padding-top: 8rem;
}

.contact-overlap-card-body {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 50px;
    min-height: 25rem;
}

.title {
    font-family: 'tradegothiclt-bold', sans-serif;
    font-size: 1.5rem;
    color: #575047;
    border: 0px;
    background-color: transparent;
    text-transform: none;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

@media only screen and (max-width: 380px) {
    .contact-overlap-card img {
        width: 250px;
        height: 250px;
        margin: auto;
        margin-bottom: -6rem;
        position: relative;
        z-index: 1;
    }
}

@media only screen and (max-width: 335px) {
    .contact-overlap-card img {
        width: 200px;
        height: 200px;
        margin: auto;
        margin-bottom: -6rem;
        position: relative;
        z-index: 1;
    }
}