.caltat-products__header {
    margin-bottom: 100px;

}

.caltat-products__plit {
    width: 30%;
}
.caltat-products__plit .text-medium{
    font-size: 23px;
}
.caltat-products__header .red-text{
    margin-bottom: -15px;
}
.caltat-products__plit__icon-wrapper {
    height: 55px;
    display: flex;
    align-items: center;
}

.caltat-products__plits-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 660px) {
    .caltat-products__header {
        margin-top: -100px;
        margin-bottom: 40px;
    }

    .caltat-products__plit {
        width: 100%;
        margin-top: 50px;
    }

    .caltat-products__plit:first-child {
        width: 100%;
        margin-top: 0px;
    }

    .caltat-products__plit__icon-wrapper {
        height: 55px;
        display: flex;
        align-items: center;
    }

    .caltat-products__plits-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 85px;
    }
}
