@font-face {
    font-family: 'Segoe Script';
    src: url('fonts/SegoeScript.eot');
    src: url('fonts/SegoeScript.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeScript.woff2') format('woff2'),
        url('fonts/SegoeScript.woff') format('woff'),
        url('fonts/SegoeScript.ttf') format('truetype'),
        url('fonts/SegoeScript.svg#SegoeScript') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Segoe Script, Poppins;
    font-weight: bold;
    color: #393a3c;
}

h3 {font-weight: bold;}

main {margin-top: 50px;}

.page .section-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.columndiv{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;

    -webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
    -moz-column-rule-style: solid; /* Firefox */
    column-rule-style: solid;

    -webkit-column-rule-width: 1px; /* Chrome, Safari, Opera */
    -moz-column-rule-width: 1px; /* Firefox */
    column-rule-width: 1px;

    padding: 5px;      /* shown in blue */
}
.articolg img {
  /*  display: block;*/
    max-width: 100%;
    height: auto;
}

.articolg {
    text-align: justify;
}


@media screen and (max-width: 767px) {
       .topbanddev {position:fixed; top:2px; right:2px; display:inline-block; text-align:right;}
        .topbanddev img {height:20px;}

     .swiper-slider.swiper-slider-offset-top-inverse {
          height: 500px;
     }
     /*
     .swiper-wrapper {
        height: 60%;
     }
     */

  .swiper-slide-caption h2 {
    font-size: 30px;
}
}
