.our-network {
  background: #fff;
  width: 100%;
  padding: 140px 0 170px;
}
.our-network .full-content {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}
.our-network .full-content .top-title{
  max-width: 1000px;
  margin: 0 auto;
}
.our-network .full-content .top-title p {
  font-family: 'Alternate Gothic ATF';
  font-size: 31px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  color: #19164F;
  padding: 0;
  margin: 0;
}
.our-network .full-content .bottom-content {
  margin: 130px 0 0;
}
.our-network .full-content .bottom-content h2 {
    font-family: 'Alternate Gothic ATF';
  font-size: 39px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  color: #19164F;
  padding: 0;
  margin: 0;
}
.our-network .full-content .bottom-content .all-item {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  grid-gap:60px;
  margin: 60px 0 0;
}
.our-network .full-content .bottom-content .all-item .single-item {
  background: #19164f;
  padding: 45px 60px;
  border-radius: 50px;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-network .full-content .bottom-content .all-item .single-item p{
  margin: 35px 0 0;
  padding: 0;
  color: #fff;
  line-height: 24px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  display: flex;
  text-align: center;
  min-height: 80px;
  flex-direction: column;
  justify-content: center;
}
.our-network .full-content .bottom-content .all-item .single-item a {
  text-transform: uppercase;
  padding: 10px 5px;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  margin: 45px 0 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: 'Alternate Gothic ATF';
  max-width: 195px;
  width: 100%;
  border-radius: 50px;
  background: #FD4FF8;
  display: block;
  text-align: center;
  height: 54px;
  letter-spacing: 0.2px;
}
.our-network .full-content .bottom-content .all-item .single-item a:hover{
  color: #FD4FF8;
  background: #fff;
}
.our-network .full-content .bottom-content .all-item .single-item.sport a{
  color:#fff;
  background:#FE3D49;
}
.our-network .full-content .bottom-content .all-item .single-item.sport a:hover{
  color:#FE3D49;
  background: #fff;
}
.our-network .full-content .bottom-content .all-item .single-item.news a{
  color: #fff;
  background: #fda12c;
}
.our-network .full-content .bottom-content .all-item .single-item.news a:hover{
  color: #fda12c;
  background: #fff;
}
