
section.As_Seen {
    background: #fff;
    padding-block: 36px;
}

section.As_Seen .As_Seen_Main {}

section.As_Seen .As_Seen_Main p {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;

/* Display xs / Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    margin-bottom: 24px;
}

.As_Seen_Icons_Main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.bg-light-blue {
    background: var(--Theme-Blue-50, #EBEEFD);
}

section.bg-grey {
    background: var(--Text-Grey-50, #F9FAFB);
}

@media screen and (max-width:1366.51px) {
    
}

@media screen and (max-width:991px) {
    .As_Seen_Icons_Main {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:767px) {
    .As_Seen_Icons_Main {
        display: flex;
        justify-content: space-around;
        gap: 24px;
        margin-top: 0;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:580px) {
   
}

@media screen and (max-width:480px) {
    
}

@media only screen and (max-width:767px) {
    
}