body.widget-snippet .racing-achievements .inner-area .header-area h2 p:last-of-type{
position: relative;
margin-top: 0;
margin-left: 0;
transform:unset;
}
body.widget-snippet .racing-achievements .inner-area .header-area h2 p:first-of-type,
body.widget-snippet .racing-achievements .inner-area .header-area h2 p:last-of-type,
body.widget-snippet .racing-achievements .inner-area .body-area .item {
padding:15px;
}
.widget-snippet .racing-achievements {
  width:100%;
background:#F9F7EE;
  padding: 100px 0 50px 0;
}
.widget-snippet .racing-achievements .inner-area {
  max-width: 1200px;
  margin: 0 auto;
}

.widget-snippet .racing-achievements .inner-area .header-area h2 {
  position: relative;
  text-align: center;
  display: block;
}
.widget-snippet .racing-achievements .inner-area .header-area h2 p:first-of-type{
 font-family: 'Suisse Int l';
font-weight: 500;
font-size: 50px;
line-height: 65px;
text-align: center;
color: #000;
 display: inline-block;
text-align: center;
color: #000000;
}
.widget-snippet .racing-achievements .inner-area .header-area h2 p:last-of-type{
 
font-family: 'Freestyle Script';
font-style: normal;
font-weight: 400;
font-size: 100px;
line-height: 118px;
text-align: center;
letter-spacing: -0.05em;
color: #AB8F09;
  position: absolute;
margin-top: 35px;
margin-left: -285px;
transform: rotate(-4.62deg);
  display: inline-block;
}
.widget-snippet .racing-achievements .inner-area .body-area{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top:150px;
}
.widget-snippet .racing-achievements .inner-area .body-area .item {
  width: calc(100%/3 - 50px);
  position: relative;
  margin: 0 25px 125px 25px;
}
.widget-snippet .racing-achievements .inner-area .body-area .item:last-of-type:after,
.widget-snippet .racing-achievements .inner-area .body-area .item:nth-of-type(3n):after {
  display: none;
}
.widget-snippet .racing-achievements .inner-area .body-area .item:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 180px;
  top: 0;
  right: -25px;
  background: rgba(152, 128, 15, 0.15); 
}
.widget-snippet .racing-achievements .inner-area .body-area .item:hover a:before{
    background-position: 13px -40px;
    background-color: #AB8F09;
    webkit-transition: all 0.5s ease 0s;
    transition: all 0.6s ease 0s;
}
.widget-snippet .racing-achievements .inner-area .body-area .item a:before{
    content: '';
    background: url("/template/f0f3faf8/images/fgc-arrow.svg")no-repeat;
    background-position: 15px 15px;
    border-radius: 100%;
    background-color: #fff;
    width: 46px;
    transition: all 0.5s ease 0s;
    position: absolute;
    bottom: -60px;
    left:50%; 
    cursor: pointer;
    height: 46px;
    transform: translateX(-50%);
}
.widget-snippet .racing-achievements .inner-area .body-area .item a{
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
    padding: ;
}
.widget-snippet .racing-achievements .inner-area .body-area .item a h3{
font-family: 'Suisse Int l';
font-style: normal;
font-weight: 450;
font-size: 28px;
line-height: 36px;
text-align: center;
color: #AB8F09;
margin: 0 0 30px 0;
}
.widget-snippet .racing-achievements .inner-area .body-area .item a p{
font-family: 'Suisse Int l';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 28px;
text-align: center;
color: #000000;
}
