/* 
Mobile app devlopment styles here 
  1 Top tech section styles here
  2 Mobile service section styles here
  3 Enterprises section stytles here
*/

/* Top tech section styles here */
#mobile_top_technologies {
    padding: 0 0 5rem;
  }
  #mobile_top_technologies h2 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.38;
    letter-spacing: normal;
    color: var(--black-100);
    margin-bottom: 1rem;
  }
  
  #mobile_top_technologies p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.75;
    color: var(--black-65);
    margin: 0 auto 2rem;
    max-width: 41.25rem;
  }
  
  /* Mobile service section styles here */
  
  .mobile-service {
    background-color: var(--primary-08);
    padding: 6.125rem 0 5rem;
    margin-bottom: 5rem;
  }
  
  .mobile-service .dev-service {
    margin-bottom: 1rem;
  }
  
  .mobile-service .dev-service h6 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.019rem;
    color: var(--primary-100);
    margin-bottom: 0.75rem;
    text-transform: uppercase;
  }
  .mobile-service .dev-service h5 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.38;
    letter-spacing: normal;
    color: var(--black-100);
    margin-bottom: 0.75rem;
  }
  .mobile-service .dev-service p {
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: var(--black-65);
  }
  
  .mobile-service .left-section {
    padding-right: 2rem;
  }
  .mobile-service .service-image {
    padding-left: 2rem;
  }
  .mobile-service .service-image .wp-block-image {
    width: 100%;
    height: 100%;
    max-width: 31.25rem;
    margin: 0 auto;
  }
  .mobile-service .service-image img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
  }
  .mobile-service .services-list .wp-block-columns {
    margin-top: 2rem;
    align-items: stretch !important;
  }
  
  .mobile-service .services-list .mobile-service {
    background-color: var(--white-65);
    border-radius: var(--border-radius-6);
    padding: 2rem;
  }
  .mobile-service .services-list .mobile-service {
    margin: 0 2rem 0 0;
  }
  .mobile-service .services-list .mobile-service .wp-block-image {
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: 1rem;
  }
  .mobile-service .services-list .mobile-service .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .mobile-service .services-list .mobile-service h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--black-85);
    margin-bottom: 1rem;
  }
  .mobile-service .services-list .mobile-service p {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.71;
    color: var(--black-65);
  }
  
  /* Enterprises section stytles here */
  .enterprise-section {
    margin: 1.25rem 0 4.5rem;
  }
  .enterprise-section h2 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.38;
    color: var(--black-100);
    margin: 0 auto 1rem;
    max-width: 34.375rem;
  }
  .enterprise-section p {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--black-65);
    margin: 0 auto 1rem;
    max-width: 34.375rem;
  }
  .enterprise-list {
    max-width: 68.75rem;
    margin: 0 auto;
  }
  .enterprise-list .wp-block-image {
    display: flex;
    align-items: center;
    border: 0.063rem solid var(--black-45);
    border-radius: var(--border-radius-4);
    margin: 0.5rem;
    padding: 1rem;
    height: 3rem;
  }
  .enterprise-list .wp-block-image img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    object-position: center;
    margin-right: 0.75rem;
  }
  
  .enterprise-list .wp-block-image figcaption {
    font-size: 1rem;
    font-weight: 700;
    color: var(--black-100);
  }
  
  .agile-sections,
  .agile-section .sections:first-child{
      align-items: flex-start !important;
  }
  