#garnet-dosing-schedule .content-Box-description {
    margin: 0 auto;
    max-width: 1216px;
}
#garnet-dosing-schedule div[buttontype="button"]{
    border:none;
}
#garnet-dosing-schedule .verticle-text {
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    text-align: center;
    flex-direction: column;
    display: flex;
}
#garnet-dosing-schedule .disclaimer {
    text-align: right;
    position: relative;
    right: 44px;
}
@media screen and (max-width: 1199px) {
    #garnet-dosing-schedule img.hide-mobile {
        display: none;
    }
    #garnet-dosing-schedule>div[buttontype="button"] {
        padding: 12px 0 0 0;
    }
    #garnet-dosing-schedule img {
        width: 100%;
        max-width: 320px;
    }
    #garnet-dosing-schedule .richText-content {
        position: absolute;
        display: flex;
        flex-direction: column;
        left: calc(50% - 119px);
        top: 60px;
        gap: 250px;
    }
    #garnet-dosing-schedule .left-text {
        gap: 1.125rem;
        left: 6.5rem;
        min-width: 8.375rem;
        top: 2.25rem;
    }
    #garnet-dosing-schedule .right-text {
        top: 21.75rem;
        gap: 1.125rem;
        min-width: 8.375rem;
        left: 6.75rem;
    }
    #garnet-dosing-schedule .info-text {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 900;
        color: #e6004c;
    }
    #garnet-dosing-schedule .info-font-14 {
        font-size: 4.75rem;
        line-height: 2.063rem;
        font-weight: 900;
        color: #e6004c;
    }
}
@media screen and (min-width: 1200px) {
    #garnet-dosing-schedule img {
        max-width: 780px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
     #garnet-dosing-schedule>div[buttontype="button"] {
        padding:0 24px 32px 24px;
    }
    #garnet-dosing-schedule img.hide-desktop {
        display: none;
    }
    #garnet-dosing-schedule .richText-content {
        position: absolute;
        display: flex;
        gap: 38px;
        left: calc(50% - 405px);
        top: 6.5rem;
    }
    #garnet-dosing-schedule .left-text {
        left: 7.75rem;
        top: 1.625rem;
        gap: 1rem;
    }
    #garnet-dosing-schedule .right-text {
        left: 24.5rem;
        top: 1.625rem;
        gap: 1rem;
    }
    #garnet-dosing-schedule .info-text {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 900;
        text-align: center;
        color: #e6004c;
    }
    #garnet-dosing-schedule .info-font-14 {
        font-size: 4.688rem;
        line-height: 2.063rem;
        font-weight: 900;
        color: #e6004c;
    }
}