         @font-face {
             font-family: 'BEBAS';
             src: url("../fonts/HelveBold.ttf") format("truetype");
         }

         .container_gtcl {
             max-width: 1260px !important;
         }

         .bg-gtcl {
             background: url(../images/bg_giatricotloi.jpg) top center no-repeat;
             background-size: cover;
             padding: 80px 0 80px 0;
             line-height: normal;
         }

         .f-bebas {
             font-family: 'BEBAS', sans-serif;
         }

         h4.f_tnsm {
             font-family: 'BEBAS', sans-serif;
             color: #fff;
             font-size: 40px;
             margin: 0;
             line-height: initial;
         }

         .orange_color_gtcl {
             color: #f5831f;
         }

         h4.f_gctl {
             font-size: 39px;
             margin-bottom: 70px;
             margin-top: 50px;
             font-family: 'BEBAS', sans-serif;
         }

         h5.f-size1 {
             font-family: 'BEBAS', sans-serif;
             font-size: 17px;
             margin: 10px 0 15px 0;
             line-height: initial;
             color: #f5831f;
         }

         .br-brown {
             border-radius: 25px;
             background-color: rgba(245, 133, 31, 0.99);
             border: 3px solid #f2cbaa;
         }

         .br-brown-content {
             padding: 15px 30px;
             font-size: 18px;
         }

         .tnsm {
             display: flex;
             flex-wrap: wrap;
             justify-content: center;
         }

         .tn-sm-content {
             min-width: 350px;
             margin: 15px;
             color: #fff;
         }

         .gtcl-content {
             display: flex;
             /* flex-wrap: nowrap; */
             /* flex-direction: column; */
             margin-top: 50px;
             margin-bottom: 50px;
             text-align: left;
             justify-content: center;
         }

         .circle-gtcl {
             border-radius: 25px;
             /*text-align: justify;*/
             padding: 20px 17px 20px 17px;
             margin: 8px;
             background-color: #fff;
             width: 25%;
             color: #96673b;
             box-shadow: -1px 5px 13px 1px rgba(0, 0, 0, 0.25);
             -webkit-box-shadow: -1px 5px 13px 1px rgba(0, 0, 0, 0.25);
             -moz-box-shadow: -1px 5px 13px 1px rgba(0, 0, 0, 0.25);
         }

         .circle-gtcl p {
             margin-bottom: 8px;
         }

         .circle-gtcl img {
             width: 110px;
             margin-top: -73px;
         }

         .text-gtcl {
             /*margin: 20px 0 0px 52px;*/
         }

         @media only screen and (max-width: 1200px) {
             .gtcl-content {
                 display: flex;
                 flex-wrap: wrap;
                 /* flex-direction: column; */
                 margin-top: 50px;
                 margin-bottom: 50px;
                 text-align: left;
                 justify-content: center;
             }
             .circle-gtcl {
                 margin-bottom: 80px;
             }
         }

         @media only screen and (max-width: 750px) {
             .circle-gtcl {
                 width: 40%;
             }
         }

         @media only screen and (max-width: 640px) {
             .circle-gtcl {
                 width: 80%;
             }
         }
