section .banner-circle-global {
    background: url('/wp-content/themes/WYN%20Digital/assets/images/careers/open-positions-with-us-bg-section-horizontal-dark.png')no-repeat top center/cover;

}

section figure img {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.10);
    object-fit: cover;
    aspect-ratio: 3 / 2;
    width: 100%;
    object-position: top;
    height: unset;
    margin-bottom: 50px;
}

section h2 {
    margin: 50px 0 20px;
}

section p {
    font-size: 16px;
}

section b,
section strong {
    color: #fff;
    font-weight: 600;
}

section ul {
    margin: 0;
    padding-left: 12px;
    color: #fff;
}

section ul li {
    margin-bottom: 12px;
}

section .entry-content {
    display: flex;
    gap: 32px;
    max-width: 930px;
    margin: auto;
}

section .soc_med {
    display: flex;
    gap: 12px;
}

section .soc_med a {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    text-decoration: none;
}

@media (min-width: 992px) {
    section h2 {
        font-size: 40px;
    }

    section .banner-circle-global {
        padding: 200px 0;
    }

    section .soc_med {
        position: sticky;
        top: 16%;
        height: 100%;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    section h2 {
        font-size: 35px;
    }

    section .banner-circle-global {
        padding: 140px 0;
    }

    section .entry-content {
        flex-direction: column-reverse;
    }
}