.match-body-details{
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}
.match-body-details .content-area{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 115px;
  padding: 0 0 110px;
  border-bottom: 1px solid rgb(0,0,0,0.2);
}
.match-body-details .content-area .left-area{
  width: 28%;
}
.match-body-details .content-area .right-area{
  width: 72%;
  padding: 0 0 0 90px;
}
.match-body-details .content-area .right-area h3{
  font-size: 45px;
  margin: 0 0 25px;
  font-family: Didot;
  line-height: 50px;
  font-weight: 400;
}
.match-body-details .content-area .right-area h3{
  font-size: 45px;
  margin: 0 0 25px;
  font-family: Didot;
  line-height: 50px;
  font-weight: 400;
}
.match-body-details .content-area .right-area h6{
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 8px;
}
.match-body-details .content-area .right-area p{
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 30px;
  letter-spacing: 0.02px;
}
.match-body-details .content-area .bottom-image-area .item {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
}
.match-body-details .content-area .bottom-image-area .item a{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: 20px;
  overflow:hidden;
}
.match-body-details .content-area .bottom-image-area .item a img{
  object-fit: cover;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.match-body-details .content-area .bottom-image-area .item a:hover img{
    -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: scale(1.05);
}
.match-body-details .content-area .bottom-image-area .item a:last-of-type{
  margin-right: 0;
}
.match-body-details .content-area .bottom-image-area .item a button{
  min-width: 170px;
  height: 32px;
  padding: 5px 10px;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: Oswald;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 6.5px;
  text-transform: uppercase;
  border: 1px solid #000;
  line-height: 12px;
  margin: 10px 0 0;
}
.match-body-details .content-area .bottom-image-area .item a:hover button{
  background:#000;
  color:#fff;
}
body.widget-snippet .match-body-details .content-area .bottom-image-area .item a{
  padding:5px;
}
body.widget-snippet .match-body-details .content-area .bottom-image-area .item a button {
  min-width: 150px;
}
body.widget-snippet .content-item{
  padding:10px;
}
body.widget-snippet h3,
body.widget-snippet .bottom-image-area{
  padding:0px 10px;
}
