.types__header {
    display: flex;
    margin-bottom: 40px;
}

.types__header-text {
    margin-bottom: 40px;
}

.types__header-text p{
    line-height: 1.5;
}

.types__pokies {
    margin-bottom: 40px;
}

.types__pokies-header {
    display: flex;
    margin-bottom: 20px;
}

.types__pokies-title {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.types__pokies-text {
    line-height: 1.5;
    text-align: center;
}

.types__pokies-list {
    margin-bottom: 40px;
}

.types__pokies-bottom-text {
    line-height: 1.5;
    box-shadow: 0 0 6px 0 rgba(237, 116, 255, 0.8);
    background: linear-gradient(360deg, rgba(234, 93, 255, 0.15) 0%, rgba(234, 93, 255, 0.05) 100%);
    border: 1px solid #ED74FF;
    padding: 8px 16px;
    border-radius: 16px;
    min-height: 88px;
    display: flex;
    align-items: center;
}

.types__tg {
    display: flex;
}

.types__tg-title {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.types__tg-text {
    line-height: 1.5;
    max-width: 664px;
    text-align: right;
    margin-bottom: 20px;
    margin-left: auto;
}

.types__tg-list {
    margin-bottom: 20px;
}

.types__tg-bottom-text {
    line-height: 1.5;
    max-width: 698px;
    text-align: right;
    margin-left: auto;
}

.types__tg-btn {
    margin-left: auto;
}

.types__tg-list,
.types__pokies-list{
    display: flex;
    justify-content: flex-end;
}

.types ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    background: #271F32;
    margin: 0;
    padding: 8px;
}

.types ul li{
    list-style: none;
    padding: 10px 24px;
    border-radius: 24px;
    text-align: center;
    background: #0C0C0C;
    color: #F105EF;
    font-weight: 700;
}

@media screen and (min-width: 992px) {
    .types__header {
        align-items: center;
        gap: 72px;
    }

    .types__header-body {
        flex-basis: 664px;
    }

    .types__header-image {
        flex-basis: 480px;
    }

    .types__pokies-header {
        align-items: center;
        gap: 72px;
    }

    .types__pokies-image {
        flex-basis: 480px;
    }

    .types__pokies-body {
        flex-basis: 664px;
    }

    .types ul {
        border-radius: 40px;
    }

    .types__tg {
        align-items: center;
        gap: 1px;
    }

    .types__tg-image {
        flex-basis: 360px;
    }

    .types__tg-body {
        flex-basis: 855px;
    }

    .types__tg-bottom-text {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991.98px) {
    .types__header {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .types__pokies-header {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .types__pokies-text {
        text-align: left;
    }

    .types ul {
        border-radius: 16px;
    }

    .types__tg-bottom-text {
        margin-bottom: 40px;
    }

    .types__tg-list {
        margin-top: 20px;
    }

    .types__btn {
        margin-left: auto;
        margin-right: auto;
    }

    .types__tg-btn {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 440px) {
    .types__tg-list ul {
        justify-content: center;
    }

    .types__tg-list ul li{
        min-width: 130px;
        padding: 10px 20px;
    }
}