.security-section {
    margin: 0 auto 6rem;
}

.security-section > div:first-child {
    box-sizing: border-box;
}

.security-section .platform {
    margin: 4rem auto;
}

.security-section .platform p {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.security-section .platform h3,
 .security-section .platform p {
    padding-left: 0;
 }

.security-section .soc-section {
    border-radius: 16px;
    background: var(--gray-50);
    padding: 4rem;
    margin-top: 4rem;
}

.security-section .soc-section .soc-info {
    justify-content: space-around;
}

.security-section .soc-section .soc-info-content {
    padding-left: 0;
    padding-right: 0;
}

.security-section .soc-section .soc-info .soc-info-badge {
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
}

.security-section .soc-section .soc-info .soc-info-badge .soc-two-img-container {
    width: 11.25rem;
}

.security-section .soc-section .soc-info .soc-info-badge .soc-two-img-container > img {
    width: 100%;
}

.security-section .soc-section .soc-info .soc-info-title,
.security-section .soc-section .soc-info .soc-supporting-info {
    margin-bottom: 1rem;
}

.feature-text-container-grid {
    gap: 2rem;
}

.feature-text-container-grid.box .feature-text-container-grid-item.item {
    border-radius: 12px;
    border: 1px solid var(--gray-200);
    background: var(--oa-base-white);
    padding: 2rem;
    margin-top: 0;
}

.feature-text-container-grid.box .feature-text-container-grid-item.item > p:last-child {
  margin-bottom: 0;
}

/* Desktop */
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 992px) {}


/* Mobile */
@media only screen and (max-width: 768px) {
    .security-section .soc-section .soc-info .soc-info-badge {
        justify-content: flex-start;
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 576px) {
    .security-section {
        margin: 0 auto 2rem;
        padding: 0 0.5625rem;
    }

    .security-section .header-section {
        padding-top: 0;
    }

    .security-section .platform {
        margin: 2rem auto;
    }

    .security-section .soc-section {
        padding: 2rem;
        margin-top: 2rem;
    }
}
