/* Customer Service */
#cs-partner-btn {
    background-color: transparent;
    color: black;
    font-weight: 700;
    width: 16rem;
    height: 2.5rem;
    transition: all 0.5s;
    border: none;
}
#cs-btn-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#learn_more-btn {
    background-color: black;
    color: white;
    width: 10rem;
    height: 2.5rem;
    border: none;
}
#cs-main-cont {
    width: 100vw;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}
#top-text-cont {
    max-width: 100%;
    width: 40rem;
    text-align: center;
    margin-bottom: 4rem;
}
#top-text-cont #cs-content {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
#cs-partner-btn:hover {
    color: rgba(27, 27, 27, 0.146);
}

#info-cont {
    background-image: url("../images/landing/customer support_1155079180.jpg");
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
    width: 100vw;
    height: 35rem;
    padding: 4rem;
}
#info-card {
    color: var(--distro-drk-teal);
    height: 100%;
    width: 45rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 3px 8px rgba(1, 1, 1, 0.2);
    padding: 3rem 2rem;
}
.info-header {
    font-size: 2rem;
}
.info-text {
    font-size: 1rem;
    margin-bottom: 2rem;
}
.contact-icon-cont {
    border: 2px solid var(--distro-drk-teal);
    border-radius: 1rem;
    height: 2rem;
    width: 2rem;
    margin-right: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.material-symbols-outlined {
    color: var(--distro-drk-teal);
    font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 20;
}
#email_cont,
#phone_cont {
    display: flex;
    margin-bottom: 0.5rem;
    align-items: center;
}
#cs-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 860px) and (min-width: 500px) {
    #info-card {
        width: calc(100vw - 8rem);
    }
}

@media screen and (max-width: 500px) {
    #top-text-cont {
    }

    #cs-main-cont {
        padding: 4rem 2rem;
    }
    #info-cont {
        padding: 0;
        padding-top: 16rem;
        background-size: 46rem 16rem;
        background-repeat: no-repeat;
        background-position: -14rem 0;
    }
    #info-card {
        width: 100%;
        box-shadow: none;
    }
}
