.text_multi_column {
  width: 100%;
  height: auto;
  text-align: center;
  color: #111636;
  padding: 0;
}
.text_multi_column .title {
  text-align: center;
  padding: 0 10%;
  font-size: 40px;
  margin: 0;
  margin-bottom: 4rem;
  z-index: 2;
}
.text_multi_column .columns {
  display: grid;
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  margin: 0 auto;
  padding: 0 !important;
}
@media only screen and (max-width: 640px) {
  .text_multi_column .columns.nc-2 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media only screen and (max-width: 1440px) {
  .text_multi_column .columns.nc-3 {
    width: 70%;
  }
}
@media only screen and (max-width: 1199px) {
  .text_multi_column .columns.nc-3 {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) {
  .text_multi_column .columns.nc-3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (max-width: 640px) {
  .text_multi_column .columns.nc-3 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media only screen and (max-width: 1366px) {
  .text_multi_column .columns.nc-3 .column .text h2 {
    font-size: 30px;
  }
}
.text_multi_column .columns.nc-4 {
  width: 75%;
  gap: 30px;
}
@media only screen and (max-width: 1440px) {
  .text_multi_column .columns.nc-4 {
    width: 85%;
  }
}
@media only screen and (max-width: 1199px) {
  .text_multi_column .columns.nc-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) {
  .text_multi_column .columns.nc-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (max-width: 640px) {
  .text_multi_column .columns.nc-4 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media only screen and (max-width: 1440px) {
  .text_multi_column .columns.nc-4 .column .text h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .text_multi_column .columns {
    gap: 25px;
  }
}
@media only screen and (max-width: 900px) {
  .text_multi_column .columns {
    width: 75%;
  }
}
@media only screen and (max-width: 700px) {
  .text_multi_column .columns {
    flex-direction: column;
  }
}
@media only screen and (max-width: 540px) {
  .text_multi_column .columns {
    width: 85%;
  }
}
.text_multi_column .columns .column {
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  .text_multi_column .columns .column {
    max-width: 100%;
    padding: 0 !important;
  }
}
.text_multi_column .columns .column:nth-child(odd) {
  padding-right: 20px;
}
@media only screen and (max-width: 1366px) {
  .text_multi_column .columns .column:nth-child(odd) {
    padding-right: 10px;
  }
}
.text_multi_column .columns .column:nth-child(even) {
  padding-left: 20px;
}
@media only screen and (max-width: 1366px) {
  .text_multi_column .columns .column:nth-child(even) {
    padding-right: 10px;
  }
}
.text_multi_column .columns .column h4 {
  color: #fff;
  font-size: 1.7rem;
  text-align: left;
  margin: 0;
}
.text_multi_column .columns .column hr {
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 1.5rem;
}
.text_multi_column .columns .column .text {
  font-weight: 400;
  font-size: 18px;
  color: #111636;
  text-align: left;
  margin-bottom: 0;
}
.text_multi_column .columns .column .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
.text_multi_column .columns .column .text ul {
  list-style-type: disc;
  margin-left: 25px;
}
.text_multi_column .columns .column .text h2 {
  font-size: 35px;
}
.text_multi_column .columns .column .sbtn {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}
.text_multi_column .columns .column .sbtn.btn-dark:hover {
  background-color: #ffffff !important;
  color: #111636 !important;
}
.text_multi_column .columns .column .sbtn.btn-light:hover {
  background-color: #111636 !important;
  color: #ffffff !important;
}
.text_multi_column.dark-bg {
  padding: 100px 0;
}
.text_multi_column.dark-bg .title {
  color: white;
}
.text_multi_column.dark-bg .columns .column .text {
  color: #fff;
}
.text_multi_column.dark-bg .columns .column .text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
.text_multi_column.dark-bg .columns .column .text p,
.text_multi_column.dark-bg .columns .column .text h1,
.text_multi_column.dark-bg .columns .column .text h2,
.text_multi_column.dark-bg .columns .column .text h3,
.text_multi_column.dark-bg .columns .column .text h4,
.text_multi_column.dark-bg .columns .column .text h5,
.text_multi_column.dark-bg .columns .column .text h6 {
  color: #fff;
}
.text_multi_column.light-bg {
  padding: 100px 0;
}
.text_multi_column.light-bg .title {
  color: #DB7B51;
}
.text_multi_column.light-bg .columns .column .text {
  color: #000;
}
.text_multi_column.light-bg .columns .column .text p {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
.text_multi_column.light-bg .columns .column .text h1,
.text_multi_column.light-bg .columns .column .text h2,
.text_multi_column.light-bg .columns .column .text h3,
.text_multi_column.light-bg .columns .column .text h4,
.text_multi_column.light-bg .columns .column .text h5,
.text_multi_column.light-bg .columns .column .text h6 {
  color: #004f59;
}
.text_multi_column.white-bg {
  padding: 0;
}
