.common-banner-staff {
    background: url(../../img/page/company_data/data-bk.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.common-banner-staff::before {
    content: "";
    position: absolute;
    width: 73.2rem;
    height: 100%;
    background: linear-gradient(to right, #004cff 0%, rgb(2 93 253 / 88%) 17.73%, rgba(52, 115, 201, 0) 100%);
    opacity: 0.5;
    top: 0;
    left: 0;
}


@media screen and (max-width: 767px) {
	.common-banner-staff::before {
		width: 50%;
	}
}


.company-data {
    margin: 10rem 0;
}

.company-data-container {
    width: 100%;
    max-width: 111rem;
    background: #e8f3fa;
    padding: 2rem;
    border: 4rem solid #E8F3FA;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;

    @media (max-width: 768px) {

       border: 7rem solid #E8F3FA;
    }

    
    @media (max-width: 425px) {
        border: 1rem solid #E8F3FA;
     }
}

.company-data-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 3.5rem;
    gap: 3.5rem;
    width: 100%;
}

.company-data-card {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 1rem;
    border-radius: 10px;
    width: 46rem;

        
    @media (max-width: 768px) {

        width: 100%;
    }
}


.company-data-card video {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}


.company-data-header-image {
    width: 97%;

    @media (max-width: 768px) {

            width: 100%;
    }

    @media (max-width: 768px) {

        height: 100%;
    }  
}

.company-data-header-image video {
    width: 100%;
    max-width: 100%;
    border-radius: 1rem;
}

@media (max-width: 768px) {

    .company-data-header-image {
        width: 100%;
    }

    .company-data-card {
        width: 100%;
    }
}