.t1029 .t-col {
    margin-left: 0px;
    margin-right: 40px;
}

.t-form__submit {
    display: none!important;
}

@media (min-width: 1280px) {
    .t169__text {
        text-indent: 240px;
    }
}

.button-rounded {
    transition: opacity 0.3s ease;
}

.button-link {
    transition: opacity 0.3s ease;
}


.button-rounded:hover {
    opacity: .8;
    
}

.button-link:hover {
    opacity: .8;
}