/* General Resets */

.page--industry-applications {
    font-family: sans-serif;
    color: #333;
  }
  .red{
    color:#f12535;
  }
  .bg-grey{
    background-color:#F2F2F2;
  }
  .red-separator{
    width:150px; 
    height:3px; 
    background-color:#f12535; 
    margin: 24px auto;
  }
  .blue-separator{
    width:150px; 
    height:3px; 
    background-color:#1A2944;
    margin-bottom:24px;
  } 
  .industry-list {
  padding-left: 1rem;
  margin-bottom: 1rem;
  margin-top:16px;
  }
  
  .industry-list li {
  list-style: disc;
  font-weight: 600;
  font-size: 18px;
  }
  .industry-header{
  font-size:20px;
  font-weight:400;
  color: #F12535;
  }
  .image img{
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.20);
  }
  .headline-overview p{
    font-size:25px;
  }
  .col.text p{
    font-size:20px;
  }
  .btn-industry {
    display: inline-block;
    background-color: #f12535;
    padding: 15px 50px!important;
    margin-top: 30px;
    color: #ffffff;
    transition: all 300ms ease-in-out;
  
  }
  
  .btn.red {
    background-color: #f12535;
    color: #fff;
    font-weight: 400!important;
    text-transform: uppercase;
    border-radius: 0px;
    border: 2px solid #f12535;
  }
  
  .btn-industry:hover,
  .btn.red:hover {
    background-color: rgba(255,255,255,0.1);
    border: 2px solid #000;
    color: #000;
  }
  
  .btn-industry.full {
    width: 100%;
  }
  .headline-content h2{
    font-weight:600!important;
  }
  .padding-global {
    padding-top:80px;
    padding-bottom:80px;
  }
  
  
  
  .text-center {
    text-align: center;
  }
  
  /* Sub Banner */
  .industry-application_sub-header {
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    color: white;
    align-content: center;
    align-items: center;
  }
  
  .section--sub-banner__content h1 {
    font-size: 50px;
    font-weight: 600!important;
    text-align: center;
  }
  
  /* Headline Overview */
  .headline-overview{
    background-color: #292929;
    color:#fff;
  }
  .headline-content{
    max-width:900px!important;
  }
  
  /* Grid Layout */
  .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
    align-items: center;
  }
  
  .grid .col {
    flex: 1;
    min-width: 300px;
  }
  
  .grid .image img {
    width: 100%;
    border-radius: 5px;
  }
  
  /* CTA Section */
  .cta {
    background-color: #292929;
    color: #fff;
    padding: 80px 0;
  }
  
  .cta__input--full {
  grid-column: span 2;
  }
  
  .button--full {
  grid-column: span 2;
  display: flex;
  padding: 15px 49.348px 15px 49.672px;
  justify-content: center;
  align-items: flex-start;
  background-color: #F12535;
  color: #fff;
  transition: border 0.2s, color 0.2s;
  width:100%;
  margin-top:10px;
  }
  
  .button--full:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #ffffff04;
  }
  
  
  .cta__grid {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .cta__content {
    flex: 0 0 60%;
    max-width: 60%;
  }
  
  .cta__title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  
  .cta__subtitle {
    font-size: 20px;
    color: #fff;
  }
  
  .cta__form-wrapper {
    flex: 0 0 40%;
    max-width: 40%;
  }
  
  .cta__form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom:8px
  }
  
  .cta__input,
  .cta__textarea {
    width: 100%;
    font-weight:400!important;
    padding: 0.75rem;
    color:#757575!important;
    font-size:18px;
    border: none;
  
  }
  
  .cta__textarea {
    grid-column: span 2;
    min-height: 100px;
    resize: vertical;
  }
  
  
  @media (max-width: 768px) {
    .grid{
      display: flex;
      flex-direction: column;
          
    }
    .m-reverse{
      flex-direction: column-reverse;
    }
    .industry-list li {
  
      font-size: 16px;
      }
  .col.text p{
    font-size:18px;
  }
  .headline-overview p{
    font-size:20px;
  }
  .industry-header{
    font-size:18px;
  
  }
  .col{
    padding:0px!important;
  }
  .cta__grid {
    display: block;
  
  }
  .cta__content {
  
  max-width: 100%;
  }
  .cta__form-wrapper {
  
  max-width: 100%;
  }
  
  .section--sub-banner__content h1 {
    font-size: 38px;
  }
  .industry-header {
    font-size: 20px;
  }
  .cta-section h2 {
    font-size: 1.1rem;
  }
  .cta-form input,
  .cta-form textarea {
    font-size: 1rem;
    padding: 0.5rem;
  }
  }
  @media (max-width: 480px) {
   
  }