.transport-logistics-sec {
  padding: 160px 0 150px;
}
.transport-logistics-sec .inner-content {
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 30px;
}

.transport-logistics-sec .inner-content .top-content {
  margin: 0 0 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.transport-logistics-sec .inner-content .top-content .left-content {
  width: 40%;
  max-height: 540px;
  overflow: hidden;
}
.transport-logistics-sec .inner-content .top-content .right-content {
  width: 60%;
  padding: 0 0 0 145px;
}
.transport-logistics-sec .inner-content .top-content .left-content img {
  width: 100%;
  height: 100%;
  max-height: inherit;
  object-fit: cover;
  border-radius: 23px;
}
.transport-logistics-sec .inner-content .top-content .right-content a{
  text-decoration:none;
  margin: 0 0 40px;
  padding: 0;
  color: #000;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: block;
}
.transport-logistics-sec .inner-content .top-content .right-content a:hover{
   color: #F47723;
}
.transport-logistics-sec .inner-content .top-content .right-content p{
  
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0;
  color: #000;
  padding: 0;
  margin: 0 0 30px;
}
.transport-logistics-sec .inner-content .top-content .right-content p:last-of-type{
  
  margin: 0;
}
.transport-logistics-sec .inner-content .bottom-content {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 75px 85px;
  margin: 0 0 60px;
}
.transport-logistics-sec .inner-content .bottom-content .single-item {
  padding: 0 0 0 65px;
  position: relative;
}
.transport-logistics-sec .inner-content .bottom-content .single-item:before{
  position: absolute;
  content: '';
  width: 41PX;
  height: 41px;
  background: url('/template/ec76c3f4/images/transport-logistics-list-icon.svg') no-repeat;
  left: 0;
  top: 0;
}
.transport-logistics-sec .inner-content .bottom-content .single-item h3 {
  margin: 0 0 25px;
  padding: 0;
  color: #000;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
}
.transport-logistics-sec .inner-content .bottom-content .single-item p {
  padding: 0;
  margin: 0 0 20px;
  color: #000;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0;
}
.transport-logistics-sec .inner-content .bottom-content .single-item p:last-of-type {
  margin: 0;
}
.transport-logistics-sec .inner-content .bottom-btn a {
  max-width: 160px;
  width: 100%;
  display: block;
  height: 46px;
  padding: 12px 10px;
  text-decoration: none;
  border-radius: 10px;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin:0 auto;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: center;
  background: #F47723;
  border-radius: 5px;
}
.transport-logistics-sec .inner-content .bottom-btn a:hover{
  background: #000;
  color: #fff;
}
