@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

.banner-match {
    margin-bottom: 25px;
}
.banner-match__box {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 4px 0 #7373A733;
    background: #FFFFFF;
    border-radius: 12px;
    gap: 5px;
    overflow: hidden;
    max-width: 906px;
    margin: auto;
}
.banner-match__box--index {
    border: 1px solid #ECECF9;
    max-width: none;
    background: #F6F6FC;
}
.banner-match__box--index .banner-match__block {
    padding: 15px 0 0 14px;
}
.banner-match__box--index .banner-match__img {
    height: 148px;
    background: url("https://img.gestion.ph/avenirtel.fr/newIntegration/img/voyant/banner/banner-match-M-index.webp") no-repeat center/100%;
}
.banner-match__block {
    padding: 8px 0 0 14px;
}
.banner-match__img {
    width: 122px;
    min-width: 122px;
    height: 130px;
    background: url("https://img.gestion.ph/avenirtel.fr/newIntegration/img/voyant/banner/banner-match-M.webp") no-repeat center/100%;
}
.banner-match__title {
    font-family: 'Mulish', sans-serif;
    font-size: 13px;
    font-weight: 900;
    line-height: 16px;
    color: #242434;
    margin: 0;
}
.banner-match__title span {
    font-size: 11px;
    line-height: 13px;
    white-space: nowrap;
}
.banner-match__title span br {
    display: none;
}
.banner-match__subtitle {
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
    background: linear-gradient(90deg, #4175c6 0%, #4fb8e1 52%, #7ab735 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
    margin-bottom: 6px;
    position: relative;
}
.banner-match__subtitle span {
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
    background: linear-gradient(90deg, #4175c6 0%, #4fb8e1 52%, #7ab735 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
}
.banner-match__subtitle::before {
    content: attr(data-text);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    color: #073373;
    transform: translate(1px, 1px);
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #073373;
}
.banner-match__text {
    font-family: 'Mulish', sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    color: #242434;
    margin-bottom: 12px;
}
.banner-match__text span {
    white-space: nowrap;
}
.banner-match__button {
    font-family: 'Mulish', sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 13px;
    letter-spacing: 0.3199999928474426px;
    text-align: center;
    color: #FFFFFF;
    border-bottom: 1px solid #8E181D;
    background: linear-gradient(94.65deg, #E15259 25.06%, #EFD14C 109.98%);
    border-radius: 6px;
    width: 88px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-match__button:hover {
    color: #fff;
}
@media (min-width: 375px) {
    .banner-match__box--index .banner-match__block {
        padding: 10px 0 0 12px;
    }
    .banner-match__box--index .banner-match__img {
        background: url("https://img.gestion.ph/avenirtel.fr/newIntegration/img/voyant/banner/banner-match-M.webp") no-repeat center/100%;
    }

    .banner-match__block {
        padding: 13px 0 0 16px;
    }
    .banner-match__title {
        font-size: 15px;
        line-height: 18px;
    }
    .banner-match__title span {
        font-size: 12px;
        line-height: 15px;
    }
    .banner-match__subtitle {
        font-size: 17px;
        line-height: 21px;
    }
    .banner-match__subtitle span {
        font-size: 17px;
        line-height: 21px;
    }
    .banner-match__text {
        font-size: 9px;
        line-height: 11px;
    }
    .banner-match__button {
        width: 93px;
        height: 27px;
        font-size: 12px;
        line-height: 15px;
    }
    .banner-match__img {
        width: 140px;
        min-width: 140px;
        height: 148px;
    }
}
@media (min-width: 575px) {
    .banner-match__box--index .banner-match__block {
        padding: 23px 0 0 24px;
    }

    .banner-match__box--voyant {
        gap: 20px;
    }
    .banner-match__box--voyant .banner-match__block {
        padding: 20px 0 0 27px;
    }
    .banner-match__box--voyant .banner-match__title {
        font-size: 24px;
        line-height: 30px;
    }
    .banner-match__box--voyant .banner-match__title span {
        font-size: 20px;
        line-height: 25px;
    }
    .banner-match__box--voyant .banner-match__subtitle {
        font-size: 28px;
        line-height: 35px;
    }
    .banner-match__box--voyant .banner-match__subtitle span {
        font-size: 28px;
        line-height: 35px;
    }
    .banner-match__box--voyant .banner-match__text {
        font-size: 15px;
        line-height: 18px;
    }
    .banner-match__box--voyant .banner-match__button {
        width: 134px;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }
    .banner-match__box--voyant .banner-match__img {
        width: 100%;
        max-width: 318px;
        height: 240px;
        background: url("https://img.gestion.ph/avenirtel.fr/newIntegration/img/voyant/banner/banner-match-C.webp") no-repeat center/cover;
    }
}
@media (min-width: 768px) {
    .banner-match {
        margin-bottom: 48px;
    }
    .banner-match__box--voyant .banner-match__block {
        padding: 33px 0 0 24px;
    }
    .banner-match__box--voyant .banner-match__title, .banner-match__box--index .banner-match__title {
        font-size: 24px;
        line-height: 24px;
        display: inline;
    }
    .banner-match__box--voyant .banner-match__title span, .banner-match__box--index .banner-match__title span {
        font-size: 24px;
        line-height: 24px;
        white-space: normal;
    }
    .banner-match__title span br {
        display: inline-block;
    }
    .banner-match__box--voyant .banner-match__subtitle, .banner-match__box--index .banner-match__subtitle {
        font-size: 24px;
        line-height: 24px;
        display: inline-block;
    }
    .banner-match__box--voyant .banner-match__subtitle span, .banner-match__box--index .banner-match__subtitle span {
        font-size: 24px;
        line-height: 24px;
    }
    .banner-match__box--voyant .banner-match__text, .banner-match__box--index .banner-match__text {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 24px;
    }
    .banner-match__box--voyant .banner-match__img {
        width: 310px;
        min-width: 310px;
        height: 234px;
        background: url("https://img.gestion.ph/avenirtel.fr/newIntegration/img/voyant/banner/banner-match-C.webp") no-repeat center/100%;
    }


    .banner-match__box--index .banner-match__button {
        width: 134px;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }
    .banner-match__box--index .banner-match__block {
        padding: 28px 0 0 27px;
    }
    .banner-match__box--index .banner-match__img {
        width: 310px;
        min-width: 310px;
        height: 238px;
        background: url("https://img.gestion.ph/avenirtel.fr/newIntegration/img/voyant/banner/banner-match-C-index.webp") no-repeat center/100%;
    }
}
@media (min-width: 1200px) {
    .banner-match__box--voyant .banner-match__block, .banner-match__box--index .banner-match__block {
        padding: 34px 0 0 32px;
    }
    .banner-match__box--voyant .banner-match__title, .banner-match__box--index .banner-match__title {
        font-size: 30px;
        line-height: 37px;
    }
    .banner-match__box--voyant .banner-match__title span, .banner-match__box--index .banner-match__title span {
        font-size: 30px;
        line-height: 37px;
    }
    .banner-match__box--voyant .banner-match__subtitle, .banner-match__box--index .banner-match__subtitle {
        font-size: 30px;
        line-height: 37px;
    }
    .banner-match__box--voyant .banner-match__subtitle span, .banner-match__box--index .banner-match__subtitle span {
        font-size: 30px;
        line-height: 37px;
    }
    .banner-match__box--voyant .banner-match__text, .banner-match__box--index .banner-match__text {
        font-size: 16px;
        line-height: 20px;
        margin-top: 12px;
        margin-bottom: 24px;
    }
    .banner-match__box--voyant .banner-match__img {
        width: 360px;
        min-width: 360px;
        height: 240px;
        background: url("https://img.gestion.ph/avenirtel.fr/newIntegration/img/voyant/banner/banner-match.webp") no-repeat center/100%;
    }

    .banner-match__box--index .banner-match__button {
        width: 200px;
        height: 50px;
        font-size: 18px;
        line-height: 22px;
    }
    .banner-match__box--index .banner-match__block {
        padding: 47px 0 0 90px;
    }
    .banner-match__box--index .banner-match__img {
        width: 421px;
        min-width: 421px;
        height: 298px;
        background: url("https://img.gestion.ph/avenirtel.fr/newIntegration/img/voyant/banner/banner-match-index.webp") no-repeat center/100%;
    }
}