.logo {
    width: 150px;
    text-align: right;
    display: block;
    margin: 0 0 0 auto;
}

.print-web {
    width: 100%;
}

.part1 {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    border-top: 1px solid #e7e7e7;
    margin-top: 10px;
    font-size: 14px;
}

.part1 h1 {
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
}

.print-info {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Company-contact h2 {
    font-size: 16px;
    text-decoration: underline;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-details {
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}

.contact-details i {
    margin: 6px 10px 0 0;
    font-size: 14px;
}

.contact-details i.rotate90 {
    margin-left: -5px;
}

.contact-details p {
    font-size: 14px;
    margin-bottom: 0px;
    word-break: break-all;
    margin-top: 3px;
}

.col-print-4 {
    width: 50%;
}

.rotate90 {
    transform: rotate(90deg);
}

.mar-top10 {
    margin-top: 10px;
}

.person-name {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
}

.Company-contact ul {
    padding-left: 20px;
}

.weekly-hours {
    margin: 0px;
    padding: 0px !important;
    list-style: none;
}

.Company-contact ul li {
    margin-bottom: 2px;
}

.divide-line {
    width: 100%;
    float: left;
    margin-top: 2rem;
}

.part2 h1 {
    margin-top: 5px;
}