.leaf{
    display: none !important;
}

.top_title{
    padding: 137px 30px 30px 30px;
    background-color: rgba(128,184,174,0.12);
    text-align: left;
    position: relative;
    background-image: url(/public/img/pattern-reach.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    margin-bottom: 30px;
}
.top_title h1{
    font-size: 36px;
    color: #4A4F54;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
}
.top_title h1.details_type{
    font-family: 'Avenir-Heavy'; 
}
.top_title p{
    font-size: 14px;
    color: #50605D;
    margin: 0px;
}
.top_title p.details_type{
    font-size: 21px;
}

.text_content{
    padding: 0px 30px;
    z-index: 99;
    position: relative;
}
.text_content p{
    font-size: 14px;
    color: #4D4D4D;
}

.info_sec{
    padding: 30px 15px;
    background-color: #80B8AE;
    text-align: center;
    position: relative;
    background-image: url('/public/img/pattern-reach.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}
.info_sec h2{
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 30px;
}
.info_sec a,
.info_sec p,
.info_sec span{
    color: #ffffff;
    font-size: 15px;
}
.info_sec span.company-name{
    width: 100%;
    float: left;
    margin: 30px 0px;
}
.info_sec span.adr{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.leaf {
    display: none;
}

@media (max-width: 992px){

}

@media (max-width: 812px){



}
@media (max-width: 768px){

    .top_title {
        padding: 137px 30px 15px 30px;
        margin-bottom: 0px;
    }
    .top_title h1 {
        font-size: 30px;
    }


}
@media (max-width: 480px){
    .top_title h1 {
        font-size: 25px;
    }
    .top_title p.details_type {
        font-size: 16px;
    }


}
