﻿  @media (min-width: 768px) {
            .ten-columns > .col-sm-2 {
                width: 20%;
            }
        }

        /* Decorations */
        .col-sm-2 {
          
            color: #fff;
            font-size: 28px;
            font-weight: bold;
            min-height: 150px;
            padding-top: 6px;
        }

            .col-sm-2:nth-of-type(even) {
         
            }
        .welcome-section {
            position: relative;
            padding: 0px 0px 40px;
        }
        .text-center {
            text-align:left;
        }

        .integration-brand-area .brand-single {
            margin: 0px 6px 20px 6px;
            width: 120px;
            height: 120px;
            text-align: center;
            line-height: 120px;
            box-shadow: 10px 10px 30px rgb(111 118 138 / 16%);
            border-radius: 10px;
            background-color: #fff;
        }