#dr-info-section {
    margin-top: -164px;
}

#dr-info-section [data-attr=content-wrapper] {
    padding: 32px 24px;
    border-radius: 12px;
    box-sizing: border-box;
    background-color: var(--brand-col-1);
    box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.18);
}

#dr-info-section [data-attr=content-wrapper] .content {
    gap: 48px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

#dr-info-section [data-attr=content-wrapper] .content .dr-info {
    width: 100%;
}

#dr-info-section [data-attr=content-wrapper] .content .dr-info .dr-img {
    display: none;
}

#dr-info-section [data-attr=content-wrapper] .content .dr-info .info-box .text-box .name {
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    white-space: nowrap;
    margin-bottom: 12px;
}

#dr-info-section [data-attr=content-wrapper] .content .dr-info .info-box .btn-box {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 38px;
    align-items: center;
}

#dr-info-section [data-attr=content-wrapper] .content .sponsor {
    padding: 20px;
    margin: 0 auto;
    width: fit-content;
    border-radius: 12px;
    height: 200px;
    box-sizing: border-box;
    background-color: var(--generic-white);
}

#dr-info-section [data-attr=content-wrapper] .content .sponsor p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 14px;
    color: var(--gray-col-1);
}

#dr-info-section [data-attr=content-wrapper] .content .sponsor img {
    width: 100%;
    height: 80%;
    object-fit: contain;
}

@media screen and (min-width: 480px) {
    #dr-info-section [data-attr=content-wrapper] .content .dr-info .info-box .text-box .name {
        font-size: 26px;
        line-height: 32px;
    }

    #dr-info-section [data-attr=content-wrapper] .content .dr-info .info-box .text-box .name br {
        display: none;
    }
}

@media screen and (min-width: 744px) {
    #dr-info-section {
        margin-top: -64px;
    }

    #dr-info-section [data-attr=content-wrapper] {
        height: fit-content;
        padding: 48px 32px;
    }

    #dr-info-section [data-attr=content-wrapper] .content .dr-info {
        gap: 32px;
        display: flex;
        align-items: center;
    }

    #dr-info-section [data-attr=content-wrapper] .content .dr-info .dr-img {
        width: 220px;
        height: 264px;
        display: block;
        overflow: hidden;
        border-radius: 8px;
        background-color: var(--gray-col-1);
    }

    #dr-info-section [data-attr=content-wrapper] .content .dr-info .dr-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: drop-shadow(0px -16px 16px rgba(0, 0, 0, 0.16));
    }

    #dr-info-section [data-attr=content-wrapper] .content .dr-info .info-box {
        width: calc(100% - 252px);
    }

    #dr-info-section [data-attr=content-wrapper] .content .dr-info .info-box .text-box .name {
        font-size: 26px;
        line-height: 28px;
    }

    #dr-info-section [data-attr=content-wrapper] .content .sponsor p {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1080px) {
    #dr-info-section [data-attr=content-wrapper] .content {
        flex-direction: row;
    }
}

@media screen and (min-width: 1140px) {
    #dr-info-section {
        margin-top: -96px;
    }
}

@media screen and (min-width: 1240px) {
    #dr-info-section [data-attr=content-wrapper] {
        height: 456px;
        padding: 48px 64px;
    }

    #dr-info-section [data-attr=content-wrapper] .content {
        flex-direction: row;
    }

    #dr-info-section [data-attr=content-wrapper] .content .dr-info {
        width: 66%;
    }

    #dr-info-section [data-attr=content-wrapper] .content .dr-info .dr-img {
        width: 238px;
        height: 264px;
    }

    #dr-info-section [data-attr=content-wrapper] .content .dr-info .info-box {
        width: calc(100% - 270px);
    }

    #dr-info-section [data-attr=content-wrapper] .content .dr-info .info-box .text-box .name {
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
        white-space: nowrap;
        margin-bottom: 12px;
    }

    #dr-info-section [data-attr=content-wrapper] .content .sponsor {
        width: 24%;
        padding: 28px;
    }
}