BODY {
    background-position: top center;
}

.texthover.t1 .object  {
    background-color: var(--white);
    border-radius: 4px;
    border: 1px solid var(--grey);
    line-height: 0;
}
.texthover.t1 .objectTitle {
    font-size: 14px;
}
.texthover.t1 .owllink{
    margin-top: auto;
    margin-bottom: auto;
}
.texthover.t1 img  {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.object:hover .buttonSend {
    box-shadow: none;
    cursor: pointer;
    background-color: var(--second);
    border: 2px solid var(--second);
    color: var(--white) !important;
}
#global2 .texthover {
    display: block;
}
#div7 {
    margin-top: 120px;
}