.atg-container-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.body-bg {
    opacity: 0.15;
}

.atg-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #333739;
    background: #1C1C21;
}

.atg-hero, .atg-pros-cons {
    width: calc(50% - 5px);
}

.atg-cta, .atg-t-and-c {
    width: 100%;
}

.atg-hero {
    order: 1;
}

.atg-pros-cons {
    order: 2;
}

.atg-cta {
    order: 3;
}

.atg-t-and-c {
    order: 4;
}

.atg-hero-img {
    max-height: 100px;
}

.atg-hero-img img {
    min-width: 200px;
    max-width: 200px;
    height: auto;
}

.atg-hero-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.atg-hero-base {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.atg-brand-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.atg-hero-brand-name {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.atg-hero-verified {
    color: #CBE1F1;
    font-family: "DM Sans", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 24px;
    padding: 2px 4px 2px 8px;
    justify-content: center;
    border: 1px solid #49ADF4;
    display: flex;
    gap: 4px;
    align-items: center;
    max-width: 95px;
}

.atg-hero-rating {
    display: flex;
    align-items: center;
    height: 19px;
    gap: 8px;
}

.atg-hero-rating .stars {
    max-width: 106px;
    min-width: 106px;
    min-height: 16.9px;
    max-height: 16.9px;
}

.atg-hero-rating .star {
    display: none;
}

.atg-brand-score {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 4px;
}

.atg-hero-description {
    color: #FFF;
    font-family: "Roboto", system-ui;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
}

.atg-pros-cons {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-end;
}

.atg-pros-cons-single-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 230px;
    min-width: 230px;
}

.atg-single-pros-cons {
    display: flex;
    padding: 8px 12px 8px 8px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #333739;
    background: #000;
    justify-content: space-between;
    text-align: left;
}

.atg-single-pros-cons-text {
    display: flex;
    flex-direction: column;
}

.atg-single-pros-cons-text h3 {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.atg-single-pros-cons-text p {
    color: #9CADB3;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.atg-single-pros-cons-icon {
    width: 21px;
    height: 20px;
}

.atg-cta-wrapper {
    display: flex;
    padding: 16px 0;
    margin: 10px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: linear-gradient(0deg, #258C19 0%, #20C80D 100%);
}

.atg-cta-button {
    color: #FFF;
    text-align: center;
    font-family: "Roboto", system-ui;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
    cursor: pointer;
}

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

.atg-table-heading-wrapper {
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.atg-table-heading {
    text-align: center;
    font-family: "Roboto", system-ui;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
    text-transform: uppercase;
}

.atg-table-heading_description {
    text-align: center;
    font-family: "Roboto", system-ui;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
}

.atg-t-and-c-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    padding-left: 19px;
}
.atg-t-and-c-wrapper p {
    color: #E5EAEF;
    font-family: "Roboto", system-ui;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}
.atg-t-and-c-wrapper p::before {
    content: "•";
    position: absolute;
    left: 22px;
    color: #E5EAEF; /* you can change bullet color */
    font-size: 18px;
    line-height: 1;
}
@media (max-width: 1028px) {
    .atg-table-heading {
        font-size: 24px;
    }

    .atg-table-heading_description {
        font-size: 14px;
    }

    .atg-cta-button {
        font-size: 20px;
    }

    .atg-cta-wrapper {
        padding: 20px 0;
        border-radius: 8px;
    }

    .atg-pros-cons-single-wrapper {
        min-width: 50%;
    }

    .atg-container-wrapper {
        gap: 20px;
    }

    .atg-container {
        margin: 0px 8px;
        flex-direction: column;
    }

    .atg-hero-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .atg-hero-description {
        font-size: 16px;
        max-width: 40.434%;
    }

    .atg-hero {
        order: 1;
        width: 100%;
    }

    .atg-cta {
        order: 3;
        width: 100%;
    }

    .atg-pros-cons {
        order: 2;
        width: 100%;
    }

    .atg-t-and-c {
        order: 4;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .atg-table-heading {
        font-size: 22px;
    }

    .atg-table-heading_description {
        font-size: 16px;
    }

    .atg-cta-button {
        font-size: 16px;
    }

    .atg-cta-wrapper {
        padding: 16px 0;
    }

    .atg-pros-cons-single-wrapper {
        min-width: 100%;
    }

    .atg-pros-cons {
        flex-direction: column;
        gap: 20px;
    }

    .atg-container {
        flex-direction: column;
    }

    .atg-hero-content {
        flex-direction: column;
    }

    .atg-hero-base {
        align-items: flex-start;
        gap: 16px;
    }

    .atg-hero-description {
        max-width: unset;
    }

    .atg-brand-details {
        gap: 8px;
    }

    .atg-hero {
        order: 1;
        width: 100%;
    }

    .atg-hero-brand-name {
        display: none;
    }

    .atg-cta {
        order: 2;
        width: 100%;
    }

    .atg-pros-cons {
        order: 3;
        width: 100%;
    }

    .atg-t-and-c {
        order: 4;
        width: 100%;
    }

    .atg-hero-rating .stars {
        display: none;
    }

    .atg-hero-rating .star {
        display: block;
    }
}

@media (max-width: 360px) {
    .atg-table-heading-wrapper {
        padding: 20px 0px;
    }
    .atg-table-heading {
        font-size: 24px;
    }

    .atg-table-heading_description {
        font-size: 14px;
    }

    .atg-hero-verified {
        display: none;
    }
}
