.latest-match-area {}
.latest-match-img {}
.latest-match-img img {
    width: 100%;
    height: 671px;
    object-fit: cover;
}
.latest-match-container {
    width: 1430px;
    max-width: 100%;
    margin: -628px auto 0;
    padding: 0 15px;
}
.latest-match-content {
    padding: 77px 15px 93px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    width: 869px;
    max-width: 100%;
    position: relative;
    text-align: center;
      margin-top: 125px;
     margin-bottom: -69px;
    z-index: 1
}
.latest-match-content .latest-match-area-top {}
.latest-match-content .latest-match-area-top p.subtitle {
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;;
    letter-spacing: -0.02em;
    color: #00A1C6;
    margin: 0 0 24px;
}
.latest-match-content .latest-match-area-top h2 {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 41px;
    line-height: 51px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0 0 32px;
}
@media (max-width: 767px) {
    .latest-match-content .latest-match-area-top h2 {
        font-size: 41px;
        line-height: 51px;
    }
}
.latest-match-content .latest-match-area-top .info {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin: 0 0 12px;
}
.latest-match-content .latest-match-area-top .info p {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin: 0;
}
.latest-match-content .latest-match-area-top .info .dot {
    display: inline-flex;
    background: #000000;
    height: 4px;
    width: 4px;
    border-radius: 100px;
}
.latest-match-content .latest-match-area-top .match-time {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin: 0 0 40px;
}
.latest-match-content .latest-match-area-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 83px;
    margin: 0 0 42px;
}
@media (max-width: 1200px) {
    .latest-match-content .latest-match-area-middle {
        gap: 30px;
    }
}
@media (max-width: 767px) {
    .latest-match-content .latest-match-area-middle {
        gap: 15px;
    }
}
.latest-match-content .latest-match-area-middle .team {}
.latest-match-content .latest-match-area-middle .team img {}
.latest-match-content .latest-match-area-middle .vs {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #000000;
}
@media (max-width: 767px) {
    .latest-match-content .latest-match-area-middle .vs {
        font-size: 30px;
        line-height: 40px;
    }
}
.latest-match-content a {
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    background: transparent;
    color: #000000;
    border: 1px solid #000000;
    text-decoration: none;
    border-radius: 100px;
    padding: 6px 32px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.latest-match-content a:hover {
    background: #00A1C6;
    color: #ffffff;
    border-color: #00A1C6;
}
.latest-match-content a::after {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="10" height="15" viewBox="0 0 10 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.7897 7.39179L1 12.235L2.68153 13.8L9 7.39177L2.68153 1L1 2.56501L5.7897 7.39179Z" fill="black" stroke="white" stroke-width="0.5"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 13px;
    width: 8px;
    height: 13px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.latest-match-content a:hover::after {
    background-image: url('data:image/svg+xml,<svg width="10" height="15" viewBox="0 0 10 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.7897 7.39179L1 12.235L2.68153 13.8L9 7.39177L2.68153 1L1 2.56501L5.7897 7.39179Z" fill="white" stroke="white" stroke-width="0.5"></path></svg>');
}