.section-brand-guide {
    padding: 0 8px;
}

.section-brand-guide .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.atg-table-heading-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;

    margin: 24px 0;
}

.atg-table-heading-container {
    display: flex;
    align-items: center;
    flex-direction: row;

    width: 100%;
    gap: 8.4px;
}

.atg-table-heading {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
}

.atg-table-heading-container span {
    color: #ffffff;
    display: flex;
    align-items: center;
}

.atg-table-heading-container svg {
    width: 69.5px;
    height: auto;

    color: #ffffff;
}

.atg-table-heading-description {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;

    padding-right: 15px;
}

.brand-guide-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    margin-bottom: 26px;
    gap: 16px !important;

}

.card {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    position: relative;
    cursor: pointer;
}

.cta-button {
    width: 100%;
    padding: 14px 10px;
    background: #01c24d;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.10), 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
    text-decoration: none;
    display: block;
    text-align: center;
}

.cta-button::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}


.cta-button:hover {
    background: #00a843;
}


.cta-button span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 16px;
    background: #ffffff;
    min-height: 46px;
}

.header-badge-group {
    display: flex;
    align-items: center;
}

.logo-img {
    width: 55px;
    height: auto;
    object-fit: contain;
}

.divider-line-badge {
    display: none;
}

.verified-wrapper {
    display: none;
}

.rating-block {
    display: flex;
    align-items: center;
    gap: 7px;
}

.stars-divider {
    display: flex;
    align-items: center;
    gap: 7px;
}

.stars {
    display: flex;
    align-items: center;
}

.stars img {
    width: 59px;
    height: 8.7px;
    flex-shrink: 0;
}

.divider-line {
    width: 1px;
    height: 32px;
    background: #d9d9d9;
    flex-shrink: 0;
}

.rating-number {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #01c24d;
}

.card-hero {
    position: unset

}

.banner {
    width: 100%;
    height: 132px;
    position: relative;
    overflow: hidden;
    background: #020010;
}

.banner-bg,
.banner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: 70% center;
}

.banner picture img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: 70% center;
}


.banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    width: 55%;
    height: 100%;

    padding: 14px 0 12px 20px;
    z-index: 2;
}


.banner-title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;

    text-align: left;
}

.banner-sub-title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    line-height: 13px;
    color: #ffffff;
    text-align: left;
    margin-top: 2px;
}

.card-content {
    background: #ffffff;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}




.info-section {
    display: flex;
    flex-direction: column;
}

.info-label {
    display: none;
}

.description {
    margin-bottom: 14px;
}

.description p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #45556c;
}

.usp-list-pro {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.usp-list-con {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 7px;
}


.usp-item {
    display: flex;
    align-items: center;
    padding: 6px;
    gap: 8px;
    border-radius: 3px;
    border: 0.65px solid #E2E8F0;
    background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
    /*background-color: #EFF6FF;*/
}

.usp-icon {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.usp-icon.pro {
    background: linear-gradient(135deg, #01c24d 0%, #099340 100%);
}

.usp-icon.con {
    background: linear-gradient(135deg, #f5b400 0%, #ff6900 100%);
}

.usp-icon img {
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.usp-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: #565656;
    flex: 1;
}

.card-footer {
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 0 81px;
}

.card-footer p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 8px;
    color: #45556c;
    text-align: center;
}

@media (min-width: 390px) {
    .banner-text {
        width: 47%;
    }

}

@media (min-width: 768px) {
    .atg-table-heading-wrapper {
        margin: 50px 0 36px 0;
    }

    .atg-table-heading-description {
        padding-right: 0;
    }

    .brand-guide-wrapper {
        margin-bottom: 32px;
    }

    .banner-text {
        width: 60%;
    }

    .banner-sub-title {
        width: 55%;
        margin-top: 5px;
    }


}

@media (min-width: 769px) {
    .atg-table-heading-wrapper {
        margin: 73px 0 42px 0;
        width: 85%;
        gap: 12px;

        align-self: flex-start;
    }

    .brand-guide-wrapper {
        margin-bottom: 42px;
        gap: 27px;
    }

    .card {
        width: 100%;
    }

    .card-hero {
        padding: 22px 37.5px 0 37.5px;
    }

    .card-header {
        padding: 0;
        margin-bottom: 10px;
    }

    .header-badge-group {
        width: 350px;
        gap: 16px;
        justify-content: space-between;
        padding: 0 0 6px 0;
        overflow: visible;
    }

    .logo-img {
        width: 100px;
        height: auto;
    }

    .divider-line-badge {
        display: block;
        width: 1px;
        height: 56px;
        background: #d9d9d9;
        flex-shrink: 0;
    }

    .verified-wrapper {
        display: flex;
        align-items: center;

        width: 220px;
        height: 50px;
        gap: 8px;
        padding: 12px;

        background: linear-gradient(90deg, #ECFDF5 0%, #F0FDFA 100%);
        border-top: 1.6px solid #A4F4CF;
        border-radius: 8px;
    }

    .badge-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .badge-icon img {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }

    .badge-text {
        display: flex;
        flex-direction: column;
        min-width: 80px;
    }

    .badge-text-title {
        font-size: 9.6px;
        font-weight: 600;
        color: #004f3b;
        line-height: 13px;
    }

    .badge-text-sub {
        font-size: 9.6px;
        font-weight: 400;
        color: #007a55;
        line-height: 13px;
    }


    .rating-block {
        gap: 13px;
    }

    .stars-divider {
        gap: 12px;
    }

    .stars img {
        width: 104px;
        height: 15.26px;
        flex-shrink: 0;
    }

    .divider-line {
        height: 42px;
    }

    .rating-number {
        font-size: 44px;
    }

    .banner {
        border-radius: 10px;
        height: 216px;
    }

    .banner picture {
        object-position: right center;
    }

    .banner picture img {
        object-position: right center;
    }

    .banner-text {
        width: 70%;
    }

    .banner-title {
        line-height: 1;
        font-size: 28px;
    }

    .banner-sub-title {
        font-size: 24px;
        width: 100%;
        margin-top: 7px;

    }

    .card-content {
        padding: 20px 37.5px 26px 37.5px
    }


    .info-section {
        flex-direction: row;
        gap: 24px;
    }

    .desc-wrapper {
        display: flex;
        flex-direction: column;
        gap: 9px;
    }

    .info-label {
        display: block;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        color: #BFBFBF;

    }

    .usp-list-con .usp-item {
        background: linear-gradient(135deg, #FFFBEB 0%, #FFF7ED 100%);
        border-color: #FEE685;
    }

    .usp-list-con {
        margin-top: 0;
    }

    .usp-text {
        font-size: 12px;
    }

    .usp-icon img {
        width: 8px;
        height: 8px;
    }

    .pros-cons-wrapper {
        display: flex;
        flex-direction: column;
        gap: 9px;
        flex: 1;

    }

    .description {
        width: 397px;
    }

    .description p {
        font-size: 12px;
        line-height: 141%;
        width: 397px;
    }

}

@media (min-width: 1440px) {
    .atg-table-heading-wrapper {
        width: 75%;
    }

    .brand-guide-wrapper {
        margin-bottom: 52px;
    }

    .card {
        max-width: 1152px;
    }

    .banner-title {
        line-height: 1;
        font-size: 33px;
    }

    .banner-sub-title {
        font-size: 33px;
    }
}