#livestock .content {
    margin-top: 10%;
}

#livestock .content .title {
    background-color: #005331;
    border-radius: 25px;
    width: 100%;
    text-align: center;
}

#livestock .content .title h1 {
    font-style: normal;
    font-weight: 700;
    border-radius: 25px;
    font-size: 30px;
    background-color: #005331;
    line-height: 40px;
    color: #ffff;
    text-align: center;

}

#livestock .content .slide .carousel-inner {
    border-radius: 25px;
}

#livestock .content .slide .carousel-inner .carousel-item img {
    height: 550px;
    object-fit: cover;
}

#livestock .content .fields a {
    cursor: pointer;
}

#livestock .content .fields a:link {
    text-decoration: none;
}

#livestock .content .fields a:hover img {
    background-color: #005331;
    border-radius: 50%;
    object-fit: contain;
}

#livestock .content .fields h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 24px;
    color: #005331;
    padding-bottom: 10px;
}

#livestock .content .fields img {
    height: 150px;
    padding: 10px;
}

#livestock .content .fields h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #005331;
    padding: 10px 0;
}
/***********************************************/
/***********************************************/