.company {
    max-width: 1280px;
    margin: 40px auto;
    padding: 0 15px;
}

.company .sec-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.company table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.company table, .company th, .company td {
    border: 1px solid #ccc;
}

.company td {
    padding: 15px;
}

.company td.label {
    width: 30%;
    background-color: #f9f9f9;
    font-weight: bold;
}

.company td.item {
    width: 70%;
}

.company td.item p {
    margin-bottom: 10px;
}
.company td.item p:last-child {
    margin-bottom: 0;
}

.company-pdf-dl {
    display: flex;
    align-items: center;
}

.company-pdf-dl img {
    max-width: 50px;
    margin-right: 15px;
}

.company-pdf-dl a {
    color: #D72D86;
    text-decoration: underline;
}

.company-contact-banner {
    background-color: #FFE3F2;
    text-align: center;
    padding: 40px 15px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.company-contact-btn {
    background-color: #D72D86;
    color: #fff;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.company-contact-btn:hover {
    background-color: #bf1a70;
    color: #fff;
    text-decoration: none;
}

.company-contact-btn i {
    margin-right: 10px;
}

.company-hero-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #000;
}

@media (max-width: 768px) {
    .search-job__hero .imp__hero-body.company-hero-text {
        top: 50% !important;
        transform: translateY(-50%);
        left: 5% !important;
    }
}

@media (max-width: 480px) {
    .company-hero-text h1.font-40 {
        font-size: 28px !important;
    }
    .company-hero-text p.font-40 {
        font-size: 24px !important;
    }
    .company td.label {
        width: 40%;
    }
}
