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

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

.choose-us-section .section-main-title h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}

.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: 16px;
  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;
  }
  
}



@media screen and (max-width:992px){
.choose-us-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.align-items-center .mt-5, .my-5 {
    margin-top: 1rem!important;
}
.section-main-title h2 {
    font-size: 34px;
	    margin-bottom: 5px;
}
.choose-us-box {
    margin-bottom: 10px;
}
.section-sub-title {
    margin-bottom: 10px;
}
.choose-content p {
    font-size: 16px;
}
.section-sub-title h4::after {
    right: 13px !important;
}
}
@media screen and (max-width:768px){
.section-main-title h2 {
    font-size: 24px;
}
.choose-content p {
    font-size: 14px;
}
}