.community-section {
    padding: 40px 0;
    background: none;
}

.community-left p {
    margin-bottom: 20px;
}

.community-images {
    display: flex;
    justify-content: space-between;
}

.community-left-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.community-right-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.community-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .community-left,
    .community-right {
        margin-bottom: 20px;
    }

    .community-images .col-6 {
        margin-bottom: 10px;
    }
}

.poultry-section {
    padding: 40px 0;
    background-color: #f9fafc;
}

.poultry-full-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.poultry-small-heading {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
    background-color: #eff4ff;
    width: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    border-radius: 50px;
}

.poultry-main-heading {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.poultry-paragraph {
    font-size: 1rem;
    font-weight: 300;
    color: #555;
    margin-bottom: 30px;
}

.poultry-statistics-row {
    display: flex;
    justify-content: space-between;
}

.poultry-stat-small-heading {
    font-size: 1rem;
    font-weight: 600;
}

.poultry-stat-number {
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .poultry-statistics-row .col-6 {
        margin-bottom: 10px;
    }

    .poultry-small-heading {
        width: 32%;
        margin-top: 2rem;
    }
}

.partition {
    margin-top: 2rem;
}

.p-justify {
    text-align: justify;
}
