.background-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    color: white;
}

.elementor-heading-title {
    color: #fff;
}

.overlay-content h3 {
    font-size: 26px;
}

.overlay-content p {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 20px;
}

.elementor img {
    object-fit: cover;
    width: 100%;
}

.elementor img {
    height: 400px;
}

@media (max-width: 767px) {
    .elementor img {
        height: 300px;
    }
}



.section-title img {
    max-width: 100%;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4 {
    margin: 15px 0;
}

.section-title h1 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}

.section-title h2 {
    font-size: 24px;
}

.section-title h3 {
    font-size: 20px;
}

.section-title h4 {
    font-size: 18px;
}

.section-title p {
    font-size: 16px;
    font-weight: 400;
}

.section-title p {
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    color: #999;
}

@media (max-width: 500px) {
    .section-title p {
        font-size: 13px;
    }
}