/*.t216__blocklogo:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.7) 40%, rgba(255,255,255,0) 60%);
    z-index: -1;
}*/
.t216__blocklogo {
    position: relative;
}
.t216__blocklogo:before {
content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 24%, rgba(255,255,255,0) 32%);
    z-index: -1;
}
/*.t649 .t-section__title div {
    font-size: 48px;
}*/


@media (max-width:1200px),
(min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
(min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
(max-device-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
(device-width: 1536px) and (device-height: 2048px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332),
(min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
(min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .t216__logo {
        max-width: 60%;
    }
}