.aboutustbt {
    width: calc(100% - 20%); 
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    gap: 35px; 
}
    
@media (max-aspect-ratio: 1.3) {
    .tbt {
        display: none;
    }
}
@media (min-aspect-ratio: 1.3) {
    .aboutustbt {
        display: none;
    }
}

.aboutustbt img {
    float: left;
}