/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 .carousel .carousel-inner{
    height: 540px !important;
 }

h1 {
      /* set text color to the shop's primary color */
      color: #dd9b01;
}

p {
   /* align the paragraphs to left */
   text-align: left;
}

.block-social ul li{
   /* set the social icons color to the shop's primary color */
   background-color: #dd9b01 !important;
}

 div#bloccoHome {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
 }
 
 #bloccoHome > div {
   flex: 1 1 50%;
   padding: 10px;
 }
 
 @media (max-width: 768px) {
   div#bloccoHome {
     flex-direction: column;
   }
 }

 