img {
    width: 100%;
}

.wide-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 70px 20px 20px;
}

.hero-wrapper {
    column-gap: 30px;
    max-width: 1280px;
}

.hero-section h1 {
    font-size: 60px;
    font-weight: 800;
}

.hero-section .swi-info-pages-p {
    max-width: 550px;
    margin-bottom: 0;
}

/* .hero-section .left-side {
    max-width: 500px;
}

.hero-section .right-side {
    max-width: 700px;
} */

.hiring-section * {
    text-align: center;
}

.join-wrapper {
    column-gap: 30px;
    padding-top: 45px;
}

.join-section img {
    border-radius: 60px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.join-section .swi-h2 {
    line-height: 2;
    text-align: center;
}

.join-section .swi-info-pages-p {
    text-align: center;
    max-width: 1220px;
}

.positions-section .swi-sub-page-sub-header {
    text-align: center;
    padding-bottom: 40px;
}

.position-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}

.position-grid .position {
    position: relative;
    border-radius: 30px;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 30px;
}

.positions-section .position-title {
    color: rgba(0, 0, 0, 0.60);
}

.position-grid .position::after {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 25px;
    width: 25px;
}

.positions-section .position .apply-button {
    margin-top: 50px;
}

.positions-section .position .apply-button a {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff !important;
    border-radius: 25px;
    background-color: #8216FD;
    border: 2px solid #8216FD;
    width: auto;
    padding: 10px 20px;
    transition: all 300ms ease;
}

.positions-section .position .apply-button a:hover {
    color: #8216FD !important;
    background-color: transparent;
}

.positions-section .position .plus-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    opacity: 0.6;
    filter: grayscale();
    transition: all 300ms ease;
}

.positions-section .position .plus-icon:hover {
    filter: none;
    opacity: 1;
}

.swi-h2-highlight {
    font-size: 60px;
    display: inline-block;
}

.modal-content {
    height: 90%;
    max-height: 850px;
}

.modal-dialog {
    width: 90%;
    max-width: 1080px;
    margin: auto;
}

.modal-body {
    overflow-y: scroll;
}

.swi-modal-big-header {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.50);
    background: none;
    text-align: center;
    font-size: 25px;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.50);
    width: 100%;
    line-height: 1.3;
    padding: 10px;
}

.modal-header .close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-content ul {
    list-style: disc;
    padding-left: 15px;
    margin: 15px 0;
}

.modal-content h2 {
    font-size: 25px;
    font-weight: 600;
}

.swi-overflow-modal-footer.swi-overflow-modal-footer-2-btns {
    display: flex;
}

.swi-overflow-modal-footer-btn {
    background-color: #fff;
    box-shadow: none;
    padding: 25px 10px !important;
    border-top: 1px solid #dedede;
    border-radius: 0;
    margin: 0;
    width: 100%;
    border: none;
    opacity: 1 !important;
    text-align: center;
}

.swi-overflow-modal-footer-btn-link:hover {
    opacity: 0.5 !important;
    color: #000;
}

.swi-overflow-modal-footer-btn-link {
    color: #7f1eff;
    font-size: 25px;
    font-weight: 600;
}

.swi-overflow-modal-footer {
    border-top: 1px solid #dee2e6;
}

@media screen and (max-width: 989px) {

    .hero-wrapper,
    .join-wrapper {
        flex-direction: column;
    }

    .hero-section h1 {
        font-size: 40px;
    }

    .position-grid {
        grid-template-columns: 1fr;
    }

    .positions-section .position-title {
        font-size: 18px;
    }
}