/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17/01/2020, 12:17:57 PM
    Author     : OEM
*/

.factory-content-wrapper{
    max-width: 750px;
    margin: 0 auto;
}

.factory-holder{
    padding-bottom: 20px;
}
.factory-second-section{
    background-size: 100% auto;
    background-position: 50%;
    background-repeat: no-repeat;
}
.certificate-link{
    color: #0089CE;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline !important;
    font-family: GothamBold;
}

@media (max-width: 767px){
    .factory-second-section{
        background-position: bottom;
    }
}