.steps{
  padding: 0 0 3rem 0;
}

.steps .container{
  margin: 0 auto;
  border-radius: 20px;
  height: 600px !important;
  background-color: #F2F2F2;
  overflow: hidden;
  padding: 0;
}

.steps-content{
  padding: 3rem;
}

.steps-content h2{
  font-size: 34px;
  font-weight: 700 ;
  line-height: 120% ;
  letter-spacing: -0.01em;

  color: #27272A;
  margin-bottom: 40px;
}

.steps-card{
  background-color: white;
  border-radius: 20px;
  padding: 2rem;
  height: 400px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.steps-card img{
  height: 88px;
}

.steps-card h4{
  font-size: 1.3rem !important;
  color: var(--accent-color) !important;
  font-weight: 600 !important;
  text-align: center;

  margin: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps-card p{
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

@media (min-width: 1201px) and (max-width: 1550px){
  .container{
    max-width: 1140px !important;
  }
  
  .steps h2{
    font-size: 28px;
  }

  .steps .container{
    height: 570px !important;
    display: flex;
    align-items: center;
  }

  .steps-card img{
    height: 68px;
  }

  .steps-card h4{
    margin: 0.6rem 0;
    align-items: start;
    height: 50px;
  }
}

@media screen and (max-width: 1201px){
  .steps{
    padding: 0 0 3rem 0;
  }

  .steps .container{
    height: 500px !important;
  }

  .steps-content{
    padding: 2rem 3rem 2rem 3rem;
  }

  .steps-content h2{
    font-size: 20px;
  }

  .steps .upper-title{
    font-size: 12px;
  }

  .steps-card{
    height: 365px;
  }

  .steps-card h4{
    font-size: 18px;

    margin: 0.3rem 0;
  }

  .steps-card img{
    height: 58px;
  }

  .steps-card p{
    font-size: 14px;
  }
}

@media screen and (max-width: 993px){
  h2{
    font-size: 24px !important;
  }
  
  .steps .gap-3 {
    gap: 1.5rem!important;
  }
  .steps .container{
      height: max-content !important;
  }
  .steps-content{
      text-align: start;
  }

  .steps-card{
    margin-bottom: 2rem;
    height: max-content;
  }

  .steps-card h4{
    font-size: 18px;
    height: max-content;
    align-items: center;
  }

  .steps-card p{
      font-size: 1rem;
  }
}

@media screen and (max-width: 769px){
  .steps h2{
    font-size: 24px;
  }

  .steps-card h4{
      font-size: 18px;
  }
}

@media screen and (max-width: 577px){
  .steps-content {
    padding: 3rem 1.5rem;
  }
}

@media screen and (max-width: 440px){
  .steps-card{
    height: max-content;
  }

  .steps-card h4{
    font-size: 18px;
  }
}

@media screen and (max-width: 414px){
  .steps-content h2{
    font-size: 1.6rem;
  }

  .steps-content h3 p{
    font-size: 1rem;
  }
}

@media screen and (max-width: 409px){
  .steps-card h4{
    height: 65px;
  }
}