#freshness {
    background-color: #e5e5e6;
    position: relative;
}
#freshness .container {
    z-index: 1;
    position: relative;
    padding-bottom: 1%;
}
#freshness:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/who-we-are-bg-l.png) left center no-repeat;
    z-index: 0;
}
@media (max-width: 991px) {
    #freshness:after {
        display: none;
    }
}
#freshness .process__icon {
    margin-bottom: 45px;
}
#freshness .process__heading {
    font-size: 3rem;
    font-weight: bold;
    color: #304c45;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
#freshness .process__heading span {
    font-weight: bold;
    font-size: 3.5rem;
    display: block;
    width: 100%;
}
#freshness .process__text {
    color: #304c45;
}
#freshness .row .col-lg-6:first-child {
    padding-top: 65px;
    padding-bottom: 85px;
    padding-right: 13%;
}

#freshness .row .col-lg-7:first-child {
    padding-top: 65px;
    padding-bottom: 85px;
    padding-right: 13%;
}
@media (max-width: 991px) {
    #freshness .row .col-lg-6:first-child {
        text-align: center;
        justify-content: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        padding-right: 15px;
    }

    #freshness .row .col-lg-7:first-child {
        text-align: center;
        justify-content: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        padding-right: 15px;
    }
}
#freshness .process__map {
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 991px) {
    #freshness .process__map {
        position: static;
        width: 100%;
    }
}
#freshness .process__button-wrapper {
    margin-top: 45px;
}
@media (max-width: 325px) {
    #freshness .process__button-wrapper {
        flex-direction: column;
    }
    #freshness .process__button-wrapper div {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #freshness .process__button-wrapper div a {
        display: inline-block;
    }
}
#freshness .process__button-wrapper div:nth-child(1) {
    margin-right: 45px;
}
@media (max-width: 325px) {
    #freshness .process__button-wrapper div:nth-child(1) {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
