
.text-with-icon-block.pk-kits .iwithtext {
    display: flex;
    align-items: center;
    padding: 0 26px;
    padding-left: 42px;
    border: 0;
    margin-bottom: 42px;
}
.text-with-icon-block.pk-kits .iwithtext .iwt-icon {
    position: absolute;
    left: -19px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #55CFD7;
    border-radius: 50%;
}
.text-with-icon-block.pk-kits .iwt-icon img {
    width: 12px !important;
    height: 17px;
    object-fit: contain;
    margin: 0;
}
.text-with-icon-block.pk-kits .iwithtext:last-child {
    margin-bottom: 0;
}
.text-with-icon-block.pk-kits .iwithtext .iwt-text {
    padding-left: 0;
}

.b-radius{border-radius: 30px !important;}


@media(max-width: 999px) {
    .text-with-icon-block.pk-kits .iwithtext {
        padding: 20px;
        padding-left: 32px;
    }
}