.daily-rugby-area {
    padding:74px 0 140px;
    background-image: url(/template/097c5ce4/snippet-images/daily-rugby-bg.png);
    background-size: 1009px 390px;
    background-repeat: no-repeat;
    background-position: calc(100% - -100px)  calc(100% - -100px);
}
.daily-rugby-area .daily-rugby-container {
    width: 1430px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.daily-rugby-area h2 {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 40px;
    line-height: 71px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0 0 38px;
}
@media (max-width: 767px) {
    .daily-rugby-area h2 {
        font-size: 34px;
        line-height: 50px;
        margin: 0 0 40px;
    }
}
.daily-rugby-area .daily-rugby-items {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin: 0 0 69px;
}
@media (max-width: 1440px) {
    .daily-rugby-area .daily-rugby-items {
        gap: 20px;
    }
}
@media (max-width: 991px) {
    .daily-rugby-area .daily-rugby-items {
        flex-wrap: wrap;
    }
}
.daily-rugby-area .daily-rugby-box {
    background: #EBEFF8;
    border-radius: 20px;
    padding: 51px 48px;
    min-height: 230px;
    display: flex;
    flex: 1;
}
@media (max-width: 1440px) {
    .daily-rugby-area .daily-rugby-box {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .daily-rugby-area .daily-rugby-box {
        flex: 100%;
    }
}
.daily-rugby-area .daily-rugby-box .image {
    width: 45px;
    padding-top: 8px;
}
.daily-rugby-area .daily-rugby-box .image img {
    width: auto;
}
.daily-rugby-area .daily-rugby-box .content {
    width: calc(100% - 45px);
    padding-left: 38px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1440px) {
    .daily-rugby-area .daily-rugby-box .content {
        padding-left: 20px;
    }
}
.daily-rugby-area .daily-rugby-box .content h3 {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0 0 50px;
}
.daily-rugby-area .daily-rugby-box .content div {
    margin-top: auto;
}
.daily-rugby-area .daily-rugby-box .content a {
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: underline;
    display: inline-flex;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.daily-rugby-area .daily-rugby-box .content a:hover {
    color: #00A1C6;
}
.daily-rugby-area .discover-wrap {
    width: 706px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.daily-rugby-area .discover-wrap p {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin: 0 0 47px;
}
.daily-rugby-area .discover-wrap a {
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    background: #00A1C6;
    color: #FFFFFF;
    border: 1px solid #00A1C6;
    text-decoration: none;
    border-radius: 100px;
    padding: 6px 32px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.daily-rugby-area .discover-wrap a:hover {
    background: #ffffff;
    color: #00A1C6;
}
.daily-rugby-area .discover-wrap 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="white" stroke="%23127D85" 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;
}
.daily-rugby-area .discover-wrap 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="%2300A1C6" stroke="%2300A1C6" stroke-width="0.5"></path></svg>');
}