.close-sport-section {
  background: #fff;
  width: 100%;
}
.close-sport-section .full-content {
  max-width: 1460px;
  margin: 160px auto;
  padding: 0 30px;
}
.close-sport-section .full-content .top-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 80px;
}
.close-sport-section .full-content .top-content .top-left-content {
  width: 42%;
}
.close-sport-section .full-content .top-content .top-right-content {
  width: 58%;
  padding: 0 170px 0 80px;
}
.close-sport-section .full-content .top-content .top-right-content img{
  margin: 0 0 40px;
}
.close-sport-section .full-content .top-content .top-right-content p{ 
  margin: 0 0 20px;
  padding: 0;
  color: #19164F;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.close-sport-section .full-content .top-content .top-right-content p:last-of-type{
  margin: 0;
}
.close-sport-section .full-content .top-content .top-right-content a{ 
  background: #FE3D49;
  max-width: 100%;
  display: block;
  border-radius: 30px;
  padding: 15px 10px;
  color: #fff;
  line-height: 24px;
  font-size: 20px;
  font-weight: 400;
  font-family: Alternate Gothic ATF;
  text-align: center;
  text-decoration: none;
  height: 54px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 35px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.close-sport-section .full-content .top-content .top-right-content a:hover{ 
  background: #19164f;
  color: #fff;
}


.close-sport-section .full-content .bottom-content {
  display: flex;
  flex-direction: row;
}
.close-sport-section .full-content .bottom-content h3 {
  padding: 0;
  font-size: 31px;
  color: #19164F;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Alternate Gothic ATF';
  margin: 0 0 35px;
}
.close-sport-section .full-content .bottom-content ul {
  margin: 0;
}
.close-sport-section .full-content .bottom-content ul li {
  color: #19164F;
  padding: 0 0 20px 18px;
  margin: 0;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.close-sport-section .full-content .bottom-left-content {
  width: 50%;
}
.close-sport-section .full-content .bottom-right-content {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.close-sport-section .full-content .bottom-right-content .text-content {
  width: 50%;
}
.close-sport-section .full-content .bottom-right-content .image-content {
  width: 50%;
}
