.widget__latest-posts-image a {
    display: block;
}
.partners {
    padding: 50px 0;
}
.item_logo {
    height: 100px;
}
.item_logo img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.data_coll_sec {
    text-align: center;
}
.connect_with_me {
    background: #f7ac05;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 50px;
}
.connect_with_me p {
    color: #fff;
}
.connect_with_me .button_share a {
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    transition: .5s;
    transform: scale(1);
    display: inline-block;
}
.connect_with_me .button_share a:hover {
    transform: scale(1.1);
}
.contact_inforamtion {
    
}
.contact_inforamtion a {
        text-align: center;
    display: block;
    color: #f7ac05;
}
.contact_inforamtion h4 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.contact_inforamtion p {
        text-align: center;
            color: #484545;
    margin-bottom: 5px;
}
.contact_addres {
        padding: 50px 0;
}
.contact_addres iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
.banenr_main {
    margin-bottom: 50px;
}
.banenr_main img {
        width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 0 0 30px 30px;
}
@media (max-width:767px) {
    .title_website h1 {
        background-size: 17%;
        font-size: 70px;
        line-height: 70px;
    }
    .banenr_main img {
    height: 275px !important;
    }
    .connect_with_me .button_share a {
        padding: 8px 11px;
        font-size: 13px;
    }
}