.elementor-element-projects {
	padding: 0;
}


.more-projects {
    display: flex;
    gap: 20px;
    width: 100%;
}

.more-projects .featured-card {
    flex: 1;
}

.more-projects .small-card {
    flex: 1;
}

.more-projects .featured-card figure img {
    border-radius: 8px;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.more-projects .small-card figure img {
    border-radius: 8px;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.more-projects .featured-card figure {
    width: 650px;
    height: 400px;
    position: relative;
  }

.more-projects .small-card figure {
    width: 100%;
    height: 400px;
    position: relative;
  }

.more-projects a h4 {
	font-family: "soehne-kraftig", sans-serif;
    margin: 0;
    margin-top: 0px;
    margin-top: 21px;
    color: #3B4049;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.more-projects a h5 {
    margin: 0;
    margin-top: 0px;
    margin-top: 19px;
    color: #596378;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.cta-btn span.elementor-button {
	font-family: "Soehne Leicht", Sans-serif;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	background-color: transparent;
	color: #283A87;
	border-radius: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.cta-btn span.elementor-button .elementor-button-content-wrapper {
	display: flex;
	align-items: center;
}

.cta-btn span.elementor-button .elementor-button-content-wrapper::before {
	margin-right: 3px;
}

.cta-btn span.elementor-button .elementor-button-content-wrapper::after {
	opacity: 0;
	margin-left: 3px;
}

.cta-btn span.elementor-button .elementor-button-content-wrapper::before,
.cta-btn span.elementor-button .elementor-button-content-wrapper::after{
  content: "";
  width: 20px;
  height: 2px;
  background-color: #F05C3E;
  transition: all 0.3s ease;
}

.cta-btn span.elementor-button:hover .elementor-button-content-wrapper::before {
  opacity: 0;
}

.cta-btn span.elementor-button:hover .elementor-button-content-wrapper::after {
  opacity: 1;
}


.cta-btn span.elementor-button {
	transition: all 1s ease;
}

.cta-btn span.elementor-button:hover {
  transform: translateX(-28px);
}

@media (min-width: 1025px) {

    
}

@media (max-width: 1024px) {


    .more-projects .featured-card figure {
        width: 100%;
		height: auto;
        position: relative;
    }

    .more-projects .small-card figure {
        width: 100%;
		height: auto;
        position: relative;
    }
	.more-projects .featured-card figure img,
	.more-projects .small-card figure img {
		height: 280px;
	}

    .more-projects .featured-card {
        flex: 1;
    }
    .more-projects .small-card {
        flex: 1;
    }
}

@media (max-width: 768px) {
    .more-projects {
        gap: 40px;
        flex-direction: column;
    }
}
