.common-it-strategies {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
}

.it-title {
    color: #050531;
}

.it-main-div {
    width: 100%;
    display: flex;
    border: 1px solid #B09DFF;
    border-radius: 25px;
}

.desc-container {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid #B09DFF;
    padding: 30px;
}

.desc-container-img {}

.desc-container-1 {
    border-right: unset;
}

.it-sub-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.it-sub-content-title {
    color: #050531;
}

.it-sub-content-text {
    color: #54468E;
}

.it-sub-title {
    color: #6A4CE5;
}

.it-sub-content-2 {
    color: #6A4CE5;
}

@media (max-width:576px) {
    .common-it-strategies {
        text-align: center;
    }

    .it-main-div {
        flex-wrap: wrap;
    }

    .desc-container {
        width: 100%;
    }

    .desc-container {
        border: none;
        border-bottom: 1px solid #B09DFF;
    }

    .desc-container-1 {
        border-bottom: none;
    }
}