
/* Section Styling */
.custom-section,
.custom-section-two,
.custom-section-three {
    color: #fff;
    padding: 100px 0;
}

.custom-section::before,
.custom-section-two::before,
.custom-section-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

/* Left Column - Headings */
.text-container,
.text-two-container,
.text-three-container {
    width: 50%;
}

/* Left Column - Headings */
.text-container h4,
.text-two-container h4,
.text-three-container h4 {
    font-size: 25px !important;
    line-height: 1.2;
    margin-bottom: 10px;
}

.text-container h4 span,
.text-two-container h4 span,
.text-three-container h4 span {
    display: block;
}

.primary-title {
    color: #ffffff;
}

.secondary-title {
    color: #808080;
}

/* Right Column - Description */
.description-container,
.description-two-container,
.description-three-container {
    width: 45%;
}

/* Right Column - Description */
.description-container p,
.description-two-container p,
.description-three-container p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.description-container p strong,
.description-two-container p strong,
.description-three-container p strong {
    font-weight: bold;
}

.text-container h4,
.text-two-container h4,
.text-three-container h4 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .container {
        flex-direction: column;
        text-align: center;
    }

    .text-container,
    .description-container,
    .text-two-container,
    .description-two-container,
    .text-three-container,
    .description-three-container {
        width: 100%;
        margin-bottom: 30px;
    }
}
