.organic-farm-1 .intro {
position: relative;
}
.organic-farm-1 .intro img {
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: inline-block;
    height: 700px;
    object-fit: cover;
}

.organic-farm-1 .intro .mycls{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.organic-farm-1 .button.rounded {
    border-radius: 3px;
    cursor: pointer;
}
.organic-farm-1 .cl{
    margin: 0;
    padding: 0;
}

.organic-farm-1 h1 {
    color: #5b3821;
    font-weight: 700;
    margin: 30px 0 1rem;
}
.organic-farm-1 .button.green:hover, .button.green:focus, .button.green:active {
    color: #fff;
    background-color: #8fbe26;
    border-color: #8fbe26;
    margin: 20px 0;
    padding: 15px 20px;
}
.organic-farm-1 .button.green{
    color: #fff;
    background-color: #8fbe26;
    border-color: #8fbe26;
    margin: 20px 0;
    padding: 15px 20px;
    text-decoration: none;
}

.organic-farm-1 .intro h2{
    color: #653f27;
    font-weight: 500;
    margin: 0px 0 3rem;
}

/* 8-Intro Images */

.organic-farm-1 #intro-features {
    padding-top: 0;
    margin-top: -100px;
}

.organic-farm-1 .intro-features-wrap {
    z-index: 999999;
    position: relative;
    background-color: #fff;
    padding: 5px 5px 20px 5px;
}

.organic-farm-1 #intro-features figure .image {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.organic-farm-1 #intro-features .image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.organic-farm-1 #intro-features .image:hover img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
}

.organic-farm-1 .min-feature {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 40px;
}

.organic-farm-1 .min-feature .shadow {
    margin: 10px auto 0 auto;
}

.organic-farm-1 .min-feature h3 {
    font-size: 24px;
    color: #4a4a4a;
    font-weight: 300;
    padding: 15px 5px 5px 5px;
    margin: 0;
    text-transform: uppercase;
}
.organic-farm-1 .min-feature h4 {
    font-size: 22px;
    color: #94c000;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.organic-farm-1 .overlay { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(143, 190, 38, 0.4) none repeat scroll 0 0;}

@media screen and (height: 767px) {
    .organic-farm-1 .intro img{height: 600px;}
}
@media screen and (height: 480px) {
    .organic-farm-1 .intro img{height: 500px;}
    .organic-farm-1 .intro h1 {font-size: 28px;}
}