.item-press-list{
  padding: 10px;
  position: relative;
}
.item-press-list > div{
  padding: 20px;
}
.item-press-list div{
  position: static;
}
.item-press-list .gutter{
  display: flex;
}
.item-press-list .gutter.nogutter{
  padding-bottom: 80px;
}
.item-press-list.bordered > div{
  border: 1px solid #FC9C90;
}
body .elementor-widget-presse .item-press-list .num span{
  font-size: 54px;
  color: #FD9D2E;
  display: block;
  width: 110px;
  height: 110px;
  border: 6px solid #034169;
  border-radius: 150px;
  text-align: center;
  line-height: 93px;
  margin-right: 40px;
}
body .elementor-widget-presse .item-press-list h3{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #034169;
}
body .elementor-widget-presse .item-press-list .content-wrap{
  width: 100%;
  max-width: 655px;
}
.item-press-list .date{
  color: #FC9C90;
  font-weight: 700;
  line-height: 19px;
  display: block;
  margin-bottom: 10px;
}
body .elementor-widget-presse .item-press-list .content{
  line-height: 30px;
  color: #FD9D2E;
  font-size: 24px;
  font-weight: 500;
  padding-right: 40px;
}
.item-press-list .actions{
  width: 215px;
}
.item-press-list .action a{
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.item-press-list .link a{
  border: 2px solid #FD9D2E;
  border-radius: 40px;
  padding: 10px 25px;
  display: inline-block;
  margin: 10px 0;
  color: #000;
  width: 215px;
}
.item-press-list .link a:hover{
  background: #FD9D2E;
  color: #fff;
}
.item-press-list .file a{
  border: 2px solid #FD9D2E;
  color: #fff;
  background: #FD9D2E;
  border-radius: 40px;
  padding: 10px 25px;
  display: inline-block;
  margin: 10px 0;
  width: 215px;
}
.item-press-list .file a:hover{
  background: #fff;
  color: #FD9D2E;
}
