#ruby-dosing-schedule .content-Box-description {
    margin: 0 auto;
    max-width: 1216px;
}

#ruby-dosing-schedule div[buttontype="button"]{
    border:none;
}
#ruby-dosing-schedule .richText-content {
    position: relative;
    height: 100%;
}

#ruby-dosing-schedule .month-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

 #ruby-dosing-schedule div[buttontype="button"] {
        padding: 0;
    }


@media screen and (max-width: 1199px) {
    #ruby-dosing-schedule .desktop {
        display: none;
    }

   
    #ruby-dosing-schedule .component-content {
        height: 100%;
        overflow: hidden;
    }

    #ruby-dosing-schedule .mobile {
        max-width: 19.75rem;
        float: left;
    }

    #ruby-dosing-schedule .info-text {
        position: absolute;
        bottom: 27%;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 14.4rem 0;
        top: 7rem;
        left: 0.188rem;
    }

    #ruby-dosing-schedule .text {
        font-size: 1.625rem;
        line-height: 1.938rem;
        font-style: normal;
        font-weight: 900;
        color: #e61a4e;
    }

    #ruby-dosing-schedule .number {
        font-size: 3.75rem;
        line-height: 4.5rem;
        padding: 0 0.75rem;
        color: #e61a4e;
        font-weight: 900;
        font-style: normal;
        margin: 0 0.313rem;
    }
}




@media screen and (min-width: 1200px) {
    #ruby-dosing-schedule .mobile {
        display: none;
    }


    #ruby-dosing-schedule img {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 48.75rem;
        vertical-align: middle;
        border-style: none;
    }

    #ruby-dosing-schedule .info-text {
        display: flex;
        position: absolute;
        left: 24%;
        left: calc(50% - 18.438rem);
        bottom: 6rem;
        gap: 6rem;
    }

    #ruby-dosing-schedule .month-text {
        font-size: 1rem;
        line-height: 1.375rem;
        color: #1d1d1f;
    }

    #ruby-dosing-schedule .text {
        color: #e61a4e;
        font-size: 0.938rem;
        font-style: normal;
        font-weight: 900;
        line-height: 1.5rem;
    }

    #ruby-dosing-schedule .number {
        color: #e61a4e;
        font-size: 2.188rem;
        font-style: normal;
        font-weight: 900;
        line-height: 3.813rem;
        margin: 0 0.313rem;
    }
#ruby-dosing-schedule .disclaimer {
    text-align: right;
    position: relative;
    right: 15px;
    }
}