*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.solutions-header-section{
    background-color: #EDECFE ;
    padding: 70px 10px;

}
.manufacture_hero_solution_btn {
    border: none;
    background-color: #007bb6;
    color: #fff;
    border-radius: 10px;
    padding: 12px 35px;
    margin-right: 30px;
    transition: all 0.3s ease;
  }
  .manufacture_hero_learn_solution_btn {
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
    border-radius: 10px;
    padding: 10px 35px;
    font-weight: 600;
  }
  .solutions-header-section img{
    width: 100%;
  }
  .solutions-header-section h1{
    font-weight: 700;
  }
  .globe-section{
    padding: 80px 10px;
    text-align: center;
  }
  .globe-section h1{
    font-weight: 700;
  }
  .globe-section .solutions-header-section p{
    color: #5C5F6E;
  }
  .globe-tag{
    padding: 7px 15px;
    border-radius:10px;
    background-color: #E0F7FA;
    color: #007bb6;
    font-weight: 600;
    width: 140px;
    display: flex;
  }
.fa-check{
 position: relative;
 top: 5px;
 margin-right: 7px;
  }
  .globe-cards{
    text-align: left;
    margin: 90px 0px 10px;
  }
  .globe-cards a{
    text-decoration: none;
    font-size: 17px;
    color: #007bb6;
    font-weight: 600;
   
  }
  .globe-cards h2{
    font-weight: 700;
    margin: 28px 0px;
  }
  .globe-cards p{
    color: #5C5F6E;
    margin:10px 0px 38px ;
  }
  .solution-blue-container{
    background-color: #E0F7FA;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .solution-grey-container{
    background-color: #EDECFE;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .solution-depart-card{
    background-color: #EDECFE;
    text-align: left;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
  }
  .solution-depart-card h2{
    font-weight: 700;
  }
  .solution-depart-card p{
   color: #5C5F6E;
   margin: 30px 0px;
  }
  .solution-depart-card a{
    font-size: 17px;
    font-weight: 600;
    color: #007bb6;
    text-decoration: none;
    position: relative;
    bottom: -60px;
  }
  .secure-solution{
    padding: 100px 10px;
    background-color: #007bb6;
    color: #fff;
    text-align: center;
  }
  .secure-solution h1{
    font-weight: 700;
    margin-bottom: 20px;
  }
  .secure-solution img{
    width: 80%;
    margin-top: 50px;
  }
  .solution-productive{
    text-align: center;
    padding: 90px 10px;
  }
  .solution-productive h1{
    font-weight: 700;
  }
  .productive-cards{
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
   flex-direction: column;
   gap: 13px;
  }
  .productive-cards h3{
    font-weight: 700;
  }
  .productive-circle{
    height: 60px;
    width: 60px;
    background-color: #ECECFE;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #007bb6;
    margin-bottom: 20px;
  }
  .solution-last{
    background-color: #fafafa;
    padding: 80px 10px;
  }
  .solution-last-card{
    background-color: #E0F7FA;
    border-radius: 20px;
    padding: 35px;
  }
  .solution-last-circle{
    height: 70px;
    width: 70px;
    background-color: #00E5FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }
  .solution-last-card h3{
    font-weight: 700;
  }
  .solution-last-card p{
   color: #5C5F6E;
  }
  .solution-last-card a{
    color: #00B8D4;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
  }

  @media only screen and (max-width: 600px) {
     .globe-cards img{
        width: 100%;
     }
     .solution-depart-card{

        flex-direction: column;
     }
     .solution-depart-card a{
        bottom: 10px;
     }
     .solution-last-card{
        margin-bottom: 20px;
     }
     .manufacture_hero_solution_btn {
        margin-bottom: 20px;
     }
  }