.row {
    gap: 15px;
}

.col2 {
    width: calc(50% - 7.5px);
}

.col3 {
    width: calc(33.3333% - 10px);
}

.license-item-image {
    width: calc(33.3333% - 7.5px);
}

.license-item-content {
    width: calc(66.6666% - 7.5px);
}

h3 img {
    position: relative;
    top: 0.2em;
    left: 0.25em;
    width: 47px;
}

@media screen and (max-width: 1024px) {

    .col2,
    .col3 {
        width: 100%;
    }
}