.elementor-widget-awards-widget {

    & .awards-widget {
        margin: 100px 0;
    }

    & .first-row {
        align-items: center;
        max-width: 420px;
        margin: 0 auto 134px;

        & .heading {
            margin-bottom: 20px;
        }

        & .heading-subtitle {
            margin-bottom: 12px;
        }

        & .description {
            margin-bottom: 0;
        }

    }

    & .second-row {
        img {
            width: auto;
            height: 48px;
        }
    }
}

@media screen and (max-width: 768px) {
    .elementor-widget-awards-widget {

        & .awards-widget {
            padding-left: 10px;
            padding-right: 10px;
        }

        & .first-row {
            margin-bottom: 64px;
        }

        & .second-row {
            grid-auto-flow: row;
            gap: 65px;
        }
    }
}