.avia_textblock {
    font-size: 18px;
    line-height: 1.5;
}
.inline-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.inline-wrapper img {
    width: auto;
    height: auto;
    max-width: 460px;
    max-height: 120px;
}
a.avia_image:hover {
    opacity: 0.9;
}