/*
Theme Name: Divi theme child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.17.4.1654490536
Updated: 2022-06-06 10:12:16

*/
/*  */

.skills-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.skill-item {
  padding: 17px 40px;
  border-radius: 40px;
  background: white;
  margin-bottom: 35px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  box-shadow: 0 5px 0 0;
  }
  @media only screen and (max-width: 767px) {
    .skill-item {
      padding: 8px 15px;
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .skill-item img {
      max-width: 20px; } }
  .skill-item .text {
    color: #181818;
    font-size: 20px;
    font-weight: 600;
    margin-left: 15px; }
    @media only screen and (max-width: 767px) {
      .skill-item .text {
        font-size: 15px;
        margin-left: 8px; } }



