.custom-ul-header {
    width: 100%;
}
.custom-ourproduction-header,h1{
    color: #03602d;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    font-family: Open_Sans_Bold;
    text-align: center;
    width: 100%;
    display: block;
}
.col-1 {
    height: auto;
    padding: 6px;
    min-width: 220px;
}
.col-2 {
    width: 20%;
    height: auto;
    min-width: 220px;
    padding: 6px;
}
.info-block {
    display: flex;
    flex-direction: column;
    font-weight: 450;
    padding: 30px;
    width: 220px;
    height: 220px;
    background: #f1f1f1;
    border-radius: 50%;
    transition: .5s;
    justify-content: center;
}
.info-block p {
    margin-top: 20px;
    text-align: left;
    font-family: Open_Sans_Regular;
    margin-bottom: 0px;
    font-size: 16px;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    font-weight: 600;
}
.info-block:hover .svg-color-changer {
    fill: #03602d;

}
.info-block:hover img {
    filter:invert(1);
    scale: 1.1;
    transform: rotate(5deg);
}
.info-block img{transition: scale .5s .35s, filter .5s, transform .5s .35s;}
.svg-color-changer {
    fill: #f1f1f1;
}
.info-block svg {
	fill: #03602d;
	color: #000000;
	height: 70px;
}
.info-block:hover {
    background-color: #03602d;
    color:#fff
}
.info-block:hover svg {
	fill: #ffffff;
}
.info-block:hover p a{
    color: #fff;
}
.adv-actionourproduction > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
}
.body387 .custom-our-production {
    margin-bottom: 100px;
}
@media screen and (max-width: 500px)
{
.col-1 {
    height: auto;
    min-width: unset;
    padding: 1px;
}
.adv-actionourproduction > ul .col-1:last-child{margin: 0 0 30px 0;}
.info-block{
    padding: 10px;
    height: 180px;
    width: 180px;
    align-items: center;
}
.info-block p {
    font-size: 15px;
    max-width: 150px;
}
.col-2 {
    width: 100%;
    height: auto;
    min-width: 230px;
    padding: 6px;
}
.body387 h1 {margin: 0 0 0.9em 0;}
.custom-ourproduction-header {
    color: 
    #03602d;
    font-size: 7vw;
    font-weight: 700;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    font-family: Open_Sans_Bold;
    text-align: center;
    width: 100%;
    display: block;
}
}