.choose-us-section .container-fluid {
  padding-left: 0;
  padding-right: 60px;
}

.choose-us-thumb img {
  width: 100%;
}

.choose-us-box {
  display: flex;
  align-items: center;
  height: calc(100% - 20px);
  padding: 10px 20px;
  margin-bottom: 20px;
  background: #fcfcfc;
  filter: drop-shadow(0px 2px 2px rgba(28,22,50,0.08));
}

.choose-icon-thumb {
  flex-shrink: 0;
  margin-right: 15px;
  position: relative;
}

.choose-icon-thumb::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background: #d9d9d9;
  right: -15px;
}

.choose-icon-thumb img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.choose-content p {
  font-size: 18px;
  font-weight: 400;
}
.choose-icon-thumb + .choose-content p {
  padding-left: 15px;
}

@media (max-width: 991px) {
  .choose-us-section {
    padding: 0 0 40px;
  }

  .choose-us-section .container-fluid {
    padding-left: 60px;
  }
  
}
