.info-section__container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 30px 100px;
  justify-content: space-between;
}

.info-section__left {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 50%;
  max-width: 50%;
}

.info-section__right {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-section__text {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 55px;
}

.info-section__button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #007cba;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.info-section__button:hover {
  background-color: #005f8d;
}

.info-section__image-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-section__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.info-section__big-image {
  max-width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* Responsive layout */
@media (max-width: 768px) {
  .info-section__container {
    flex-direction: column;
  }
  .info-section__right {
    order: 2;
  }
}
.projects-wrapper {
  display: flex;
  gap: 2rem;
  padding-top: 60px;
}
.projects-wrapper .project-tile {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  height: 500px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.4s ease;
}
.projects-wrapper .project-tile:hover {
  transform: scale(1.02);
}
.projects-wrapper .project-tile:hover .project-overlay {
  opacity: 1;
  transform: translateY(0);
}
.projects-wrapper .project-tile .project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.4s ease;
}
.projects-wrapper .project-tile .project-title {
  color: white;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.project-excerpt {
  color: white;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.btn_informatation_image {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}

.projects-wrapper .project-tile {
  max-width: 100%;
}

.title_information {
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 47px;
  padding-bottom: 30px;
  max-width: 490px;
  text-transform: uppercase;
  line-height: 60px;
  padding-top: 100px;
}

@media (min-width: 1800px) {
  .projects-wrapper .project-tile {
    height: 700px;
    max-width: 500px;
  }
  .info-section__big-image {
    height: 1000px !important;

  }
	
	.page-id-14 .info-section__big-image {
		position: relative;
	}
}
@media (max-width: 992px) {
  .btn_informatation_image {
    display: inline-flex !important;
  }
}
.info-section__right {
  max-width: 40%;
  padding-left: 50px;
}

@media only screen and (max-width: 1800px) and (min-width: 1301px) {
  .projects-wrapper .project-tile {
    height: 500px;
  }
  .info-section__big-image {
	  height: 700px;

  }
	
		.page-id-14 .info-section__big-image {
			position: relative;
		}
	
  .project-excerpt {
    font-size: 16px;
    line-height: 25px;
  }
  .info-section__right {
    padding-left: unset;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 801px) {
  .info-section__text {
    font-size: 32px;
  }
  .info-section__left {
    max-width: 100%;
    width: 100%;
  }
  .info-section__right {
    padding-left: 0px;
  }
  .info-section__container {
    flex-direction: column;
    padding-top: 30px;
  }
  .projects-wrapper {
    justify-content: space-between;
  }
  .projects-wrapper .project-tile {
    max-width: 100%;
  }
  .title_information {
    font-size: 40px;
    padding-top: 70px;
    max-width: 450px;
    line-height: 50px;
  }
  .info-section__right {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 550px) {
  .info-section__text {
    font-size: 28px;
    line-height: 45px;
  }
  .info-section__left {
    max-width: 100%;
    width: 100%;
  }
  .info-section__right {
    display: none;
  }
  .info-section__container {
    flex-direction: column;
    padding-top: 20px;
    width: 100%;
    max-width: 100%;
  }
  .title_information {
    font-size: 40px;
    padding-top: 70px;
    max-width: 450px;
    line-height: 50px;
  }
  .projects-wrapper {
    justify-content: space-between;
    flex-direction: column;
    padding-top: 30px;
  }
  .projects-wrapper .project-tile {
    max-width: 100%;
    width: 100%;
  }
  .info-section__right {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 549px) {
  .info-section__text {
    font-size: 24px;
    line-height: 40px;
  }
  .info-section__left {
    max-width: 100%;
    width: 100%;
  }
  .info-section__right {
    display: none;
  }
  .info-section__container {
    flex-direction: column;
    padding-top: 20px;
    width: 100%;
    max-width: 100%;
	  padding-left: 0px; 
	  padding-right: 0px;
  }
  .btn_informatation_image span {
    max-width: 14px;
    width: 14px !important;
  }
  .projects-wrapper {
    justify-content: space-between;
    flex-direction: column;
    padding-top: 30px;
  }
  .title_information {
    font-size: 26px;
    padding-top: 15px;
    max-width: 450px;
    line-height: 32px;
  }
  .projects-wrapper .project-tile {
    max-width: 100%;
    height: 420px;
  }
  .info-section__right {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
  .project-excerpt {
    font-size: 16px;
    line-height: 25px;
  }
  .projects-wrapper .project-tile .project-overlay {
    padding: 1rem;
  }
}/*# sourceMappingURL=information_image.css.map */