br.sp{
  display: none;
}
.problem {
  margin-bottom: -42px;
}
.problem .blue-bg{
  background-color: #DFECF3;
  padding: 50px 0 50px 0;
}
.problem .blue-bg h2 {
    font-size: 30px;
}
.problem .gray-bg{
  background-color: #f4f4f4;
  padding: 100px 0 60px;
}

.problem .gray-bg h2 {
    font-size: 30px;
}
.problem .wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
.problem .left{
  display: block;
  text-align: center;
}
.problem .left .image {
    margin-top: 20px;
}
.problem .right{
  display: block;
}
.problem ul li{
  list-style-type: none;
}
.problem li.check-blue {
  background: #fff;
  margin: 10px 0 0 0;
  border-radius: 8px;
  padding: 12px;
  width: 560px;
  display: flex;
  align-items: center;
}
.problem li.check-blue::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    background-image: url("https://21488546.fs1.hubspotusercontent-na1.net/hubfs/21488546/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0; 
}

.problem li.check-blue.orange::before {
    content:
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    background-image: url("https://21488546.fs1.hubspotusercontent-na1.net/hubfs/21488546/check_orange-1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0; 
}

.triangle {
  width: 60px;
  margin: -5px auto;
  position: relative;  
}

@media (max-width: 767px) {
  br.sp{
    display: block;
  }  
  .problem .blue-bg h2 {
    font-size: 25px;
    margin-top: 5px;    
  }  

  .problem .gray-bg {
    padding: 100px 0 50px;
  }

  .problem .gray-bg .image img {
    width: 70px;
  }
  .problem .gray-bg .left {
    margin: 30px 0 20px;
  }
 
  .problem .wrapper {
    display: block;
  }
  .problem li.check-blue{
    align-items: center;
    width: 100%;  
    margin: 10px 0 0;
    padding: 10px;   
  }
  .problem li.check-blue:before{
    margin-top: 5px;
  }
  .problem li.check-blue.orange:before{
    margin-top: 0;
  }
  .problem .wrapper ul {
    padding: 0 20px 0 20px;
  }  
  .problem .left {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: -100px 0 20px 0;
  } 
}
