.competition-details {
  margin: 20px 0 135px;
}
.competition-details .inner-content {
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 60px;
}
.competition-details .inner-content .left-content {
  width: 60%;
  max-height: 610px;
  overflow: hidden;
  border-radius: 14px;
}
.competition-details .inner-content .left-content img{
  width:100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.competition-details .inner-content .right-content {
  width: 40%;
  padding: 0 0 0 100px;
}
.competition-details .inner-content .right-content h2 {
  margin: 0 0 35px;
  padding: 0;
  color: #000;
  font-family: Familjen Grotesk;
  font-weight: 700;
  font-size: 46px;
  line-height: 50px;
  letter-spacing: 0;
}
.competition-details .inner-content .right-content .item h4 {
  margin: 0 0 5px;
  padding: 0;
  color: #000;
  font-family: Manrope !important;
  font-weight: 700;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 0;
}
.competition-details .inner-content .right-content .item p{
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #000;
}
.competition-details .inner-content .right-content .item a{
  
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0;
  text-decoration: none;
  padding: 0 0 3px;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.competition-details .inner-content .right-content .item a:hover{
  color: #EE3E35;
  border-color: #EE3E35;
}
.competition-details .inner-content .right-content .item {
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 25px;
}
.competition-details .inner-content .right-content .item:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  background: url('/template/e509bc3a/images/competition-location-icon.svg') no-repeat;
  width: 22px;
  height: 26px;
}
.competition-details .inner-content .right-content .item.info:before {
  top: 9px;
  background: url('/template/e509bc3a/images/competition-site-icon.svg') no-repeat;
  width: 25px;
}
.competition-details .inner-content .right-content .item:last-of-type {
  margin: 0;
}
.competition-details .inner-content .right-content ul {
  margin: 50px 0 0;
  padding: 0;
}
.competition-details .inner-content .right-content ul li {
  font-family: Familjen Grotesk;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  padding: 0 0 0 25px;
  margin: 0 0 15px;
}
.competition-details .inner-content .right-content ul li::after {
  height: 6px;
  width: 6px;
  left: 0;
  top: 14px;

}
