@media screen and (min-width: 1030px) {
  .main-content .solutions-left:nth-child(2) {
    background-color: #fff;
  }

  .main-content .solutions-left:nth-child(4) {
    background-color: #fff;
  }
  .main-content .solutions-left:nth-child(6) {
    background-color: #fff;
  }
  .main-content .solutions-right:nth-child(3) {
    background-color: #f7f7f7;
  }
  .main-content .solutions-right:nth-child(5) {
    background-color: #f7f7f7;
  }
  .main-content .solutions-right:nth-child(6) {
    background-color: #f7f7f7;
  }
}
@media screen and (max-width: 1030px) {
  .main-content .solutions-left:nth-child(2) {
    background-color: #fff;
  }
  .main-content .solutions-right:nth-child(3) {
    padding-top: 5px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
  }
  .content-main{
     display: block !important;
     padding: 0 0.38rem;
     box-sizing: border-box;


  }
  .content-main .main-item{
     width: 100%;
     margin-bottom: 20px;
  }
  .content-main .main-item h3{
    font-size: 26px;
    padding-top: 0.8rem!important;
 }
 .bg-orengered .container {
    margin-top: 10%;
  }
  .bg-orengered p {
    line-height: 18px;
  }
}
.solutions-left, .solutions-right {
    padding: 80px 0 40px;
}

.content-main {
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    margin-top: 36px;
    display: grid;
    grid-template-columns: [one] 335px [two] 335px [three] 335px [four];
    grid-gap: 10px 40px;
    position: relative;
    box-sizing: border-box;
}

.main-item {
    width: 335px;
    text-align: center;
    border-color: #BEC5D6;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 12px;
    border-radius: 10px;
}

.main-item .main-item-image {
    display: block;
    width: 100%;
    height: 180px;
    border: 1px solid #ededed;
    cursor: pointer;
}

.main-item .main-item-image .image-content {
    width: 100%;
    height: 100%;
}
.solutions-right .solutions-h3 {
font-size: 20px;
margin-bottom: 20px;
}

.align-items-center ul li::marker {
    color: #E60012;
}

@media screen and (min-width: 1030px){
.solutions-left ul li {
  list-style: disc;
}
}

@media screen and (max-width: 1030px){
.solutions-left li {
    list-style: disc;
}
}
