.solutions-section {
    background: #f9f9fb;
    margin: 20px 0 0;

    & .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    & .content-item {
        display: flex;
        margin-bottom: 48px;

        & > img {
            width: 483px;
            flex-shrink: 0;
        }

        & .right {
            font-weight: bold;
            font-size: 20px;
            color: #020202;
            padding: 33px;
            background: #fff;

            & .grid4 {
                display: grid;
                grid-template-columns: repeat(5, 1fr);
                gap: 12px;

                > div {
                    background: rgba(16, 75, 212, 0.04);
                    border-radius: 4px 4px 4px 4px;
                    font-weight: 400;
                    font-size: 16px;
                    color: #020202;
                    line-height: 24px;
                    text-align: left;
                    padding: 12px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
            }

            & .btn {
                float: right;
                font-weight: 400;
                font-size: 18px;
                color: #020202;

                &:hover {
                    color: #043dce;
                }
            }
        }
    }
}

@media (max-width: 768px) {
  .solutions-section {
    & .title {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;

      & h1 {
        font-size: 24px;
      }

      & p {
        font-size: 14px;
      }
    }
  }
}

.provide-you {
    background: rgba(16, 75, 212, 0.04);
    margin-top: 0;
    padding: 20px 8.75vw;

    & form .form-input {
        background: #fff;
        box-shadow: none !important;
    }
}

.solutions-industrial-desktop {
    & .solutions-industrial {
        background: rgba(16, 75, 212, 0.04);
        padding: 20px 13.5417vw 120px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25vw;

        & .solution-item {
            background: #ffffff;
            border-radius: 12px 12px 12px 12px;
            overflow: hidden;

            & .title{
              font-weight: bold;
              font-size: 20px;
              color: #020202;  
              margin: 30px 23px 26px;            
            }

            & .content{
              font-weight: 400;
              font-size: 16px;
              color: #020202;
              line-height: 24px;
              margin: 0 23px 38px;            
            }
        }
    }
}

.supports {
  background: #F9F9FB;
  padding-bottom: 63px;

  & .flex-box {
    & .block-vacancy{
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 22px;
      &>img {
        width: 48px;
      }

      & h5 {
        font-weight: bold;
      }
    }
  }
}
