.custom-module.rank-org-wrap {
    width: 100%;
    margin: 20px auto;
}

.custom-module.rank-org-wrap .module-two-cols {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 545px) {
    .custom-module.rank-org-wrap .module-two-cols {
        flex-direction: column;
    }

    .custom-module.rank-org-wrap {
        margin-top: -50px;
    }
}

.custom-module.rank-org-wrap .module-two-cols .img-wrap {
    position: relative;
    z-index: 3;
}

.custom-module.rank-org-wrap .module-two-cols .txt-wrap {
    width: 300px;
    background-image: url("https://www.carbon6.io/wp-content/uploads/2025/02/image.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
    left: -90px;
    z-index: 2;
}

@media (max-width: 768px) {
    .custom-module.rank-org-wrap .module-two-cols .txt-wrap {
        width: 250px;
    }
}

@media (max-width: 545px) {
    .custom-module.rank-org-wrap .module-two-cols .txt-wrap {
        left: 0;
        z-index: 1;
    }
}

.custom-module.rank-org-wrap .module-two-cols .txt-wrap p.desc {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.custom-module.rank-org-wrap .module-two-cols .txt-wrap .btn {
    text-align: center;
    background-color: #2e0077;
    border-radius: 6px;
    min-width: 151px;
    padding: 10px 0;
    font-size: 21px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.3em;
    text-decoration: none !important;
    color: white;
}

.custom-module.rank-org-wrap .module-two-cols .img-wrap {
    position: relative;
}

.custom-module.rank-org-wrap .module-two-cols .img-wrap img {
    max-width: 300px;
}

@media (max-width: 768px) {
    .custom-module.rank-org-wrap .module-two-cols .img-wrap img {
        max-width: 230px;
    }
}

@media (max-width: 545px) {
    .custom-module.rank-org-wrap .module-two-cols .img-wrap {
        left: 17px;
        bottom: -56px;
        z-index: -1;
    }
}
