.sl3-tour-section.sl3-section {
  margin: 0;
}

.sl3-tour-section .row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1216px;
  margin: auto;
  background-color: #011d3a;
  color: #ffffff;
  border-radius: 16px;
  justify-content: space-between;
}

.sl3-tour-section .tour-content {
  flex: 1;
  padding: 0px;
  padding-left: 64px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sl3-tour-section .tour-content .sl3-section-title {
  font-size: 44px !important;
  margin-bottom: 24px !important;
  color: #fff;
  text-align: left;
}

.sl3-tour-section .tour-content .sl3-section-description {
  margin: 0;
  color: #fff;
}

.sl3-tour-section .tour-content .highlight {
  color: #e63946;
}

.sl3-tour-section .tour-content .tour-benefits {
  list-style: none;
  padding: 0 !important;
  margin: 32px 0 16px 0;
}

.sl3-tour-section .tour-content .tour-benefits li {
  margin-bottom: 16px;
  color: #fff;
  font-family: "franklin-gothic-urw", Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.sl3-tour-section .tour-content .tour-benefits .icon {
  max-width: 36px;
  height: 36px;
}

.sl3-tour-section .tour-content .sl3-button img {
  height: 24px;
  width: 24px;
}

.sl3-tour-section .tour-content .btn-inquire span {
  margin-left: 5px;
}

.sl3-tour-section .tour-image {
  flex: 1;
  padding: 0px;
  max-width: 536px;
  overflow: hidden;
  border-radius: 0px 16px 16px 0px;
}

.sl3-tour-section .tour-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0px 16px 16px 0px;
}

.sl3-tour-section .tour-content .tour-buttons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.sl3-tour-section .tour-content .tour-buttons .sl3-button:nth-child(1) {
  border-radius: 16px;
  background: #ef4448;
  color: #fff;
  text-decoration: auto;
}

.sl3-tour-section .tour-content .tour-buttons .sl3-button:nth-child(2) {
  color: #fff;
  text-decoration: auto;
}

@media (max-width: 1024px) {
  .sl3-tour-section .inner-container {
    flex-direction: column;
  }

  .sl3-tour-section .tour-content {
    max-width: 100%;
    padding: 32px 15px;
  }

  .sl3-tour-section .tour-image {
    max-width: 100%;
  }

  .sl3-tour-section .tour-content .tour-buttons .sl3-button:nth-child(1) {
    padding: 8px 18px;
  }
  .sl3-tour-section .tour-content .tour-buttons .sl3-button:nth-child(2) {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .sl3-tour-section.sl3-section-padding {
    padding: 0px 15px 60px 15px;
  }

  .sl3-tour-section .inner-container {
    flex-direction: column;
  }

  .sl3-tour-section .tour-image,
  .sl3-tour-section .tour-content {
    max-width: 100%;
    flex: unset;
  }

  .sl3-tour-section .tour-image img {
    border-radius: 0px 0px 16px 16px;
  }

  .sl3-tour-section .tour-content {
    padding: 40px 15px;
    flex: unset;
  }

  .sl3-tour-section .tour-content .sl3-section-title {
    font-size: 28px !important;
  }

  .sl3-tour-section .tour-content .sl3-button-wrapper .sl3-button:nth-child(2),
  .sl3-tour-section .tour-content .sl3-button-wrapper .sl3-button:nth-child(1) {
    padding: 12px;
  }

  .sl3-tour-section .tour-content .sl3-button img {
    height: 16px;
    width: 16px;
  }
}

@media (max-width: 899px) and (min-width: 599px) {
	.sl3-tour-section .tour-image {
		height: 550px;
	}
	
	.sl3-tour-section .tour-image img {
		object-fit: cover;
		object-position: center;
	}
}