 .beilaide-about-tobeter {
     position: relative;
     width: 100%;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

 .beilaide-about-tobeter h2 {
     font-size: var(--font-64);
     font-weight: 700;
     color: #FFF;
     text-transform: uppercase;
     padding-top: 220px;
     margin-bottom: 30px;
 }

 .beilaide-about-tobeter-btn {
     display: inline-block;
     padding: 14px 30px;
     font-weight: 600;
     font-size: var(--font-20);
     text-transform: uppercase;
     border-radius: 4px;
     border: 2px solid #FFF;
     color: #FFF;
     transition: all 0.3s ease;
 }

 .beilaide-about-tobeter-btn:hover {
     background: var(--color-primary);
     border-color: var(--color-primary);
     color: #FFF;
 }

 .beilaide-about-tobeter .company-data {
     width: 100%;
     background: rgba(177, 0, 14, 0.80);
     margin-top: 220px;
 }

 .beilaide-about-tobeter .company-data-box {
     display: flex;
     padding: 50px 0;
     gap: 30px;
     color: #FFF;
 }

 .beilaide-about-tobeter .company-data-item {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }

 .beilaide-about-tobeter .company-data-item img {
     width: 80px;
     object-fit: cover;
 }

 .beilaide-about-tobeter .company-data-item .count {
     display: flex;
     align-items: center;
     gap: 8px;
 }

 .beilaide-about-tobeter .company-data-item .count h4 {
     font-size: 56px;
     font-weight: 700;
     color: #FFF;
 }

 .beilaide-about-tobeter .company-data-item .count span {
     font-size: var(--font-46);
     font-weight: 700;
 }

 .beilaide-about-tobeter .company-data-item p {
     font-size: var(--font-36);
     font-weight: 500;
     text-wrap: nowrap;
     text-transform: capitalize;
 }

 .beilaide-about-tobeter .company-profile {
     position: relative;
     padding-left: 60px;
 }

 .beilaide-about-tobeter .company-profile::after {
     content: '';
     width: 1px;
     height: 50%;
     background: #FFF;
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
 }

 .beilaide-about-tobeter .company-profile h3 {
     font-size: var(--font-36);
     font-weight: 600;
     color: #FFF;
     margin-bottom: 8px;
 }

 .beilaide-about-tobeter .company-profile p {
     font-size: var(--font-24);
     font-weight: 500;
 }

 @media screen and (max-width: 1500px) {}


 @media screen and (max-width: 1200px) {
     .beilaide-about-tobeter h2 {
         padding-top: 180px;
     }

     .beilaide-about-tobeter .company-data {
         margin-top: 180px;
     }

     .beilaide-about-tobeter .company-data-box {
         flex-wrap: wrap;
         padding: 40px 0;
     }

     .beilaide-about-tobeter .company-profile {
         padding-left: 0;
     }

     .beilaide-about-tobeter .company-profile::after {
         display: none;
     }

     .beilaide-about-tobeter .company-data-item .count h4 {
         font-size: 50px;
     }
 }

 @media screen and (max-width: 992px) {
     .beilaide-about-tobeter h2 {
         padding-top: 120px;
     }

     .beilaide-about-tobeter .company-data {
         margin-top: 120px;
     }

     .beilaide-about-tobeter h2 {
         margin-bottom: 20px;
     }

     .beilaide-about-tobeter .company-data-box {
         padding: 30px 0;
     }

     .beilaide-about-tobeter .company-data-item img {
         width: 60px;
     }

     .beilaide-about-tobeter .company-data-item .count h4 {
         font-size: 44px;
     }
 }

 @media screen and (max-width: 768px) {
     .beilaide-about-tobeter h2 {
         padding-top: 100px;
     }

     .beilaide-about-tobeter .company-data {
         margin-top: 100px;
     }

     .beilaide-about-tobeter-btn {
         padding: 10px 20px;
     }

     .beilaide-about-tobeter .company-data-box {
         padding: 20px 0;
     }

     .beilaide-about-tobeter .company-data-item .count {
         gap: 6px;
     }

     .beilaide-about-tobeter .company-data-item .count h4 {
         font-size: 38px;
     }
 }

 @media screen and (max-width: 576px) {
     .beilaide-about-tobeter h2 {
         padding-top: 80px;
     }

     .beilaide-about-tobeter .company-data {
         margin-top: 80px;
     }

     .beilaide-about-tobeter .company-data-item img {
         width: 50px;
     }

     .beilaide-about-tobeter .company-data-box {
         gap: 20px;
         padding: 14px;
     }

     .beilaide-about-tobeter .company-data-item .count {
         gap: 4px;
     }

     .beilaide-about-tobeter .company-data-item .count h4 {
         font-size: 32px;
     }
 }