.gift_print_files {
    width: 440px;
    height: 72px;
    background-color: #FDF3FA;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 8px;

    padding: 10px 21px 10px 21px;

    margin-top: 20px;
    margin-bottom: 32px;
}

.gift_print_files img {
    margin-right: 24px;
}

.gift_print_files .title {    
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #DA16A4;
    margin-bottom: 4px;
}

.gift_print_files .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #595959;
}