.bloc-information {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 35px;
}
.flex-information {
    display: flex;
    flex-wrap: wrap;
}
.flex-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.img-info {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transform: scale(1);
    transition: 0.5s all ease;
}
.img-info img {
    max-width: inherit;
}
.flex-info .icon {
    color: #ffffff;
    font-size: 85px;
    position: absolute;
    left: 35px;
    z-index: 0;
    transform: rotate(-35deg);
    top: 25px;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transition: 0.5s all ease;
}
.title-item {
    font-family: 'Futura Next Book';
    font-size: 24px;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
}
.flex-info:hover .title-item a {
    color: #e41e26;
}
.footer-item {
    width: 100%;
    padding-top: 40px;
    transform: translateY(0);
    transition: 0.5s all ease;
}
.title-item a {
    color: #fff;
}
.title-item a:hover {
    color: #e41e26;
}
.description-item {
    font-size: 14px;
    color: #b9b9b9;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-family: 'Futura Next Book';
}
.flex-info:hover .img-info {
    transform: scale(0.8);
    transition: 0.5s all ease;
}
.flex-info:hover .footer-item {
    transform: translateY(-35px);
    transition: 0.5s all ease;
}
.flex-info:hover .icon {
    transform: rotate(-35deg) scale(0.8);
    -webkit-transform: rotate(-35deg) scale(0.8);
    -ms-transform: rotate(-35deg) scale(0.8);
    transition: 0.5s all ease;
    left: 60px;
}
@font-face {
  font-family: "catt";
  src:url("/Files/App_002/Fonts/catt.eot");
  src:url("/Files/App_002/Fonts/catt.eot?#iefix") format("embedded-opentype"),
    url("/Files/App_002/Fonts/catt.woff") format("woff"),
    url("/Files/App_002/Fonts/catt.ttf") format("truetype"),
    url("/Files/App_002/Fonts/catt.svg#catt") format("svg");
  font-weight: normal;
  font-style: normal;

}
[data-icon]:before {
  font-family: "catt" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-icon]:before {
  font-family: "catt" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-transport:before {
  content: "\61";
}
.icon-international:before {
  content: "\62";
}
.demo-icon {font-family: "catt" !important;}
@media screen and (max-width: 1440px) {
.flex-info .icon {
    left: 10px;
    top: 10px;
}
.flex-info:hover .icon {
    left: 35px;
    top: 20px;
}
}
@media screen and (max-width: 1280px) {
.flex-info .icon {
    left: 5px;
    top: 5px;
    font-size: 75px;
}
.flex-info:hover .icon {
    left: 25px;
    top: 25px;
}
}
@media screen and (max-width: 1024px) {
.flex-info .icon {
    left: 0;
    top: 0;
    font-size: 65px;
}
.flex-info:hover .icon {
    left: 20px;
    top: 20px;
}
.title-item {
    font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.img-info {
    width: 220px;
    height: 220px;
}
.description-item {
    font-size: 13px;
}
}
