.text-list-section .text-list-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: space-between;
}
.text-list-section .text-list-content .left-section,
.text-list-section .text-list-content .right-section {
  width: 46%;
  padding: 0 15px;
}
.text-list-section .left-section .text-detials h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
}
.text-list-section .left-section .text-detials h3 {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
  position: relative;
  margin-bottom: 20px;
}
.text-list-section .left-section .text-detials h3 span {
  font-weight: 600;
}
.text-list-section .left-section .text-detials p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
}
.text-list-section .left-section .button-section {
  padding-top: 57px;
  display: inline-flex;
}
.text-list-section  .button-section a {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  box-shadow: 0px 2px 4px 0px #8890C233;
  color: #fff;
  background: #1C2C68;
  padding: 11px 25px;
  transition: 0.5s;
  border-radius: 40px;
}
.text-list-section .button-section a svg {
  margin-left: 10px;
}
.text-list-section .right-section ul {
  list-style: none;
  padding: 0;
}
.text-list-section .right-section ul li {
  display: flex;
  gap: 11px;
  margin-bottom: 20px;
}
.text-list-section .right-section ul li .info h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 4px;
}
.text-list-section .right-section ul li .info p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 22.5px;
}
.text-list-section .button-section a:hover {
  background: #E91A60;
}
.text-list-section .right-section.layout_three {
  width: 100%;
  padding: 0;
}
.text-list-section .right-section.layout_three ul {
  display: flex; 
  flex-wrap: wrap;
}
.text-list-section .right-section.layout_three ul li {
  width: 25%;
  margin: 0;
  flex-wrap: wrap;
  gap: 0;
  position: relative;
  padding: 8px 0;
}
.text-list-section .right-section.layout_three ul li .icon {
  width: 9%;
}
.text-list-section .right-section.layout_three ul li .info {
  width: 79%;
  padding-left: 11px;
}
.text-list-section .right-section.layout_three ul li .info p {
  color: #404041;
  margin: 0;
  line-height: 27px;
}
.text-list-content.layout_two h3 {
  text-transform: unset !important;
}
.text-list-section .right-section.layout_three ul li:before,
.text-list-section .right-section.layout_three ul li:after {
  position: absolute;
  content: '';
  background: #F1F0EF;
  width: 90%;
  height: 1px;
  top: -8px;
  left: 0;
}
.text-list-section .right-section.layout_three ul li:after {
  top: unset;
  bottom: -8px;
}
.text-list-content.layout_two h3:before {
  content: unset !important;
}
.text-list-section .text-list-heading h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  margin: 0 0 10px;
}
.text-list-section .text-list-heading h2 span {
  font-weight: 600;
}
.text-list-section .text-list-heading {
  margin: 0 0 50px;
}
.text-list-section .text-list-heading p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.3px;
  display: inline-block;
  max-width: 744px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .text-list-section .text-list-content {
    margin: 0;
    row-gap: 40px;
  }
  .text-list-section .right-section.layout_three ul li:after { 
    content: none; 
  }
  .text-list-section .right-section.layout_three ul li {
    width: 100%; 
  }
  .text-list-section .left-section .button-section {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .text-list-section .right-section.layout_three ul { 
    row-gap: 10px;`
  }
  .text-list-section .left-section .text-detials h3 {
    font-size: 25px; 
    line-height: normal;  
  }
  .text-list-section .right-section ul li .info h4 { 
    margin-bottom: 10px;
  }
  .text-list-section .text-list-content .left-section,
  .text-list-section .text-list-content .right-section {
    width: 100%;
    padding: 0px;
  }
  .text-list-section .text-list-content { 
    row-gap: 0;
  }
  .text-list-section .text-list-content .right-section p {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
  }
  .text-list-section .right-section ul {
    margin: 0;
  }
  .text-list-section .right-section ul li:last-child {
    margin: 0;
  }
  .text-list-section .text-list-heading h2 {
    font-size: 26px;
    line-height: normal;
  }
  .text-list-section .text-list-heading p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .text-list-section .text-list-content .left-section, 
  .text-list-section .text-list-content .right-section { 
    width: 50%;
  }
  .text-list-section .right-section.layout_three ul { 
    margin: 0;
  }
  .text-list-section .right-section.layout_three ul li { 
    width: 50%;
  }
  .text-list-section .right-section.layout_three ul { 
    row-gap: 16px;
  }
  .text-list-section .right-section.layout_three ul li:after { 
    content: none; 
  }
  .text-list-section .right-section.layout_three {
    padding: 0;
    width: 100%;
  }
  .text-list-section .left-section .text-detials h3 {
    font-size: 30px; 
    line-height: normal; 
  }
  .text-list-section .left-section .button-section { 
    padding-top: 20px;
  }
  .text-list-section .text-list-content { 
    margin: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .text-list-section .right-section.layout_three ul { 
    padding: 0 25px;
    row-gap: 15px;
  }
  .text-list-section .right-section.layout_three ul li { 
    width: 33.3%;
  }
}