/*--------------------------------------------------------------
# Section 1 Introduction
--------------------------------------------------------------*/

#introduction {
    padding: 50px;
}

#introduction .heading {
    display: none;
}

#introduction .map {
    width: 100%;
}

#introduction h1 {
    color: #484848;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
}

#introduction .content p {
    color: #2A774C;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 500;
}

#introduction .content h3 {
    color: #484848;
    margin: 30px 0;
}

@media (max-width: 768px) {
    #introduction {
        padding: 0px;
    }
    #introduction .map {
        padding: 40px;
    }
    #introduction h1 {
        font-size: 36px;
    }
    #introduction .content h1 {
        display: none !important;
    }
    #introduction .heading {
        display: block;
    }
    #introduction .content {
        padding: 0px 80px 80px 80px !important;
    }
}

@media (max-width: 426px) {
    #introduction .heading-2 {
        display: none !important;
    }
    #introduction {
        padding: 0px;
    }
    #introduction .map {
        padding: 20px;
    }
    #introduction .content h1 {
        display: none !important;
    }
    #introduction h1 {
        font-size: 24px;
    }
    #introduction .heading {
        display: block;
        padding: 20px;
    }
    #introduction .content {
        padding: 0px 40px 40px 40px !important;
    }
}


/*--------------------------------------------------------------
# Section 2 Why Soy Feed Menu
--------------------------------------------------------------*/

.why-soy-fed-menu {
    background: #F5F7E5;
    padding: 60px 200px;
}

@media (max-width: 768px) {
    .why-soy-fed-menu {
        padding: 60px 100px;
    }
}

@media (max-width: 426px) {
    .why-soy-fed-menu {
        padding: 60px 40px;
    }
}

.why-soy-fed-menu h3 {
    color: #2A774C;
}

.why-soy-fed-menu p {
    text-align: center;
}



/*--------------------------------------------------------------
# Section 3 Order Now
--------------------------------------------------------------*/

.order-now {
    background: #FFF;
    padding: 60px 100px;
}

.order-now h1 {
    color: #2A774C;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    padding: 0 100px;
    text-align: center;
}

.order-now .menu-container .menu {
    border: 2px solid #2A774C;
    border-radius: 10px;
}

.order-now .menu .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-now .menu .img-container img {
    height: 220px;
    max-width: 100%;
    padding: 10%;
}

.order-now .menu .content {
    background-color: #2A774C;
    border-radius: 5px;
    /* margin-bottom: -16px; */
    display: flex;
    flex-direction: column;
}

.order-now .menu .content h3 {
    font-size: 18px;
    color: #FFF;
    text-decoration: underline;
    text-align: center;
    padding-top: 20px;
}

.order-now .menu .content p {
    font-size: 12px;
    color: #FFF;
    text-align: center;
    padding-bottom: 20px;
}

.order-now .button-container {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .order-now {
        padding: 60px 80px;
    }
}

@media (max-width: 426px) {
    .order-now {
        padding: 60px 40px;
    }
    .order-now h1 {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Section Media Kit
--------------------------------------------------------------*/

.soy-fed-media-kit{
    padding: 60px 100px;
    background-color: #F5F7E5;
}

.soy-fed-media-kit h3 {
    color: #2A774C;
    text-align: center;
}

.soy-fed-media-kit p {
    text-align: center;
    font-size: 24px;
    padding: 20px;
}

.soy-fed-media-kit .btn-container {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .soy-fed-media-kit {
        padding: 60px 80px;
    }
}

@media (max-width: 426px) {
    .soy-fed-media-kit {
        padding: 60px 40px;
    }
}


/*--------------------------------------------------------------
# Section Media Kit
--------------------------------------------------------------*/

#get-in-touch .img-container {
    padding: 40px;
}

#get-in-touch .img-container img{
    max-height: 500px;
}

#get-in-touch .content-container {
    display: flex;
    align-items: center;
    height: 100%;
}

#get-in-touch .content-container h1{
    text-align: left;
    color: #2A774C;
    font-size: 30px;
    font-weight: bold;
}

#get-in-touch .content-container p{
    text-align: left;
    padding: 30px 50% 10px 0;
}

@media (max-width: 768px) {
    #get-in-touch .img-container img{
        max-height: 400px;
        width: 100%;
    }
    #get-in-touch .content-container h1{
        font-size: 24px;
    }

    #get-in-touch .content-container p{
        padding: 20px 25% 10px 0;
    }
}

@media (max-width: 426px) {
    #get-in-touch .img-container img{
        max-height: 400px;
        width: 100%;
    }

    #get-in-touch .content-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #get-in-touch .content-container h1{
        font-size: 20px;
        text-align: center;
    }

    #get-in-touch .content-container p{
        padding: 20px 0 10px 0;
        text-align: center;
    }

    #get-in-touch .content-container .btn-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 50px;
    }
}

/*--------------------------------------------------------------
# End Section Media Kit
--------------------------------------------------------------*/



.btn-get-started {
    padding: 12px 24px !important;
    font-size: 15px !important;
    text-decoration: none;
}
