        #award {
            background-color: white;
            padding: 0;
            margin: 0;
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: row;
        }

        #award .ten-element-container {
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: row-reverse;
            margin-top: 40px;
            margin-bottom: 40px;
            justify-content: center;
        }

        #award .ten-element-row {
            width: auto;
            height: auto;
            display: flex;
            flex-direction: row-reverse;
        }

        @media screen and (max-width: 850px) {
            #award .ten-element-row {
                flex-direction: column;

            }
        }

        #award .ten-element-source {
            display: flex;
        }


        @media screen and (max-width: 850px) {
            #award .ten-element-source {
                flex-direction: row;
                justify-content: center;

            }
        }

        #award .ten-element-col-sm-7 {
            width: 900px;
            height: auto;
            display: flex;
            flex-direction: column;
            text-align: center;
            margin-left: 20px;
        }
        @media screen and (max-width: 1400px) {
            #award .ten-element-col-sm-7 {
                width: auto;
            }
            /* jesam, zivim ovde bukvalno */
        }
        @media screen and (max-width: 1300px) {
            #award .ten-element-col-sm-7 {
                width: 83%;
                padding-right: 30px;
                padding-left: 30px;
                flex-direction: column;
            }
        }
        #award .ten-element-body{
            text-align: center;
        }

        @media screen and (max-width: 850px) {
            #award .ten-element-col-sm-7 {
                margin: 0;
            }
        }

        #award .ten-element-col-sm-7 .ten-element-company-name {
            color: #000000;
            margin-bottom: 0px;
            /* font-size: 32px; */
            font-family: 'usuziregular', sans-serif;
            text-transform: lowercase;
            font-weight: 700;
            font-size: 40px;
            /* text-transform: lowercase; */
            font-weight: 700;
            font-size: 37px;
            /* ubaciti custom fotn ovde  */
            /* text-transform: uppercase; */
        }

        #award .ten-element-col-sm-7 p {
            margin-top: 24px;
            font-size: 14px;
            color: rgba(112, 115, 113, 0.8);
            word-break: break-word;
            text-align: center;
        }

        #award .ten-element-image-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-left: 20px;
        }

        @media screen and (max-width: 1300px) {
            #award .ten-element-image-container {
                /* width: 39.75%; */
                width: 100%;

            }
        }

        @media screen and (max-width: 850px) {
            #award .ten-element-image-container {
                padding: 0;
                margin: 0;
                width: 100%;
                flex-direction: row;

            }
        }

        #award .ten-element-image {
            width: 390px;
            max-width: 390px;
            height: auto;
            display: flex;
        }

        @media screen and (max-width: 1300px) {
            #award .ten-element-image {
                width: 100%;
            }
        }

        @media screen and (max-width: 850px) {
            #award .ten-element-image {
                width: 83%;
            }
        }

        #award .ten-element-span-container {
            display: flex;
            flex-direction: row;
            margin: 0;
            padding: 0;
            width: 100%;
            justify-content: center;
        }

        #award .ten-element-span {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            line-height: 1;
            font-size: 24px;
            text-transform: uppercase;
            margin: 0;
            padding: 0;
            color: rgba(112, 115, 113, 0.8);
        }

        #award .ten-element-span-container sup {
            margin: -12px 10px 0 10px;
            padding: 0;
            color: var(--default-theme-color);
            font-size: 22px;
        }

        #award [data-aos^=fade][data-aos^=fade].aos-animate {
            opacity: 1;
            width: 100%;
            display: flex;
            transform: translateZ(0);
            flex-direction: row;
            justify-content: center;
        }

