.oc-sec-cont {
    display: flex;
}
.oc-main-cont {
    position: relative;
    background-color: white;
    padding: 2rem;
    height: 26rem;
    width: 40rem;
    overflow: hidden;
    border-radius: 0.2rem;
    color: var(--distro-drk-teal);
}
.oc-arrow-cont {
    display: flex;
    align-items: end;
    padding-bottom: 3.5rem;
}
.oc-arrow {
    border-block: 1px solid white;
    border-left: 1px solid white;
    height: 3rem;
    width: 2.5rem;
    border-radius: 0.2rem 0 0 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 3rem;
}
.oc-arrow img {
    width: 1.5rem;
}
.oc-signup-btn {
    display: inline-flex;
    background-color: var(--distro-green);
    justify-content: center;
    align-items: center;
    color: white;
    padding-inline: 1rem;
    height: 2.5rem;
    width: 7rem;
    font-weight: 300;
    border-radius: 0.2rem;
    z-index: 1;
}
.oc-db-img {
    position: absolute;
    right: -28.4rem;
    bottom: -34.5rem;
    width: 52rem;
    pointer-events: none;
}
.oc-distro-img {
    width: 9.5rem;
    position: absolute;
    bottom: -4.5rem;
    right: -0.05rem;
}
.oc-title {
    font-size: 2rem;
    font-weight: 200;
    margin-bottom: 0.5rem;
}
.oc-body {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}
.oc-list {
    font-size: 0.875rem;
    color: var(--distro-green);
    list-style-type: disc;
    list-style-position: inside;
}
.oc-list {
    margin-bottom: 2rem;
}
@media screen and (max-width: 500px) {
    .oc-sec-cont {
        position: relative;
        height: fit-content;
        max-height: none;
    }
    .oc-main-cont {
        width: 22rem;
        height: fit-content;
    }
    .oc-arrow img {
        filter: invert(54%) sepia(15%) saturate(821%) hue-rotate(163deg) brightness(92%) contrast(92%);
    }
    .oc-arrow {
        border: 1px solid var(--distro-drk-teal) !important;
        border-radius: 0.2rem;
        width: 6rem;
        padding-inline: 1rem;
        z-index: 2;
        color: var(--distro-drk-teal) !important;
        font-size: 1.25rem;
        gap: 0.5rem;
    }
    .oc-arrow-cont {
        position: absolute;
        bottom: 2rem;
        left: calc((100% / 2) - (6rem / 2));
    }
    .oc-title {
        font-weight: 400;
    }
    .oc-list {
        font-size: 1.25rem;
        color: var(--distro-drk-teal);
    }
    .oc-db-img {
        top: -20rem;
        right: -16rem;
        width: 30rem;
    }
    .oc-signup-btn {
        width: 100%;
        font-size: 1.25rem;
        height: 3rem;
        margin-bottom: 10rem;
    }
}
