﻿.mother {
    display: flex;
    justify-content: space-between;
    gap: 5pc;
    width: 100%;
    margin: 2pc;
}

.s-b {
    background-image: linear-gradient(45deg, red, #dbaecc);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    gap: 2pc;
    width: 17%;
    padding: 1pc;
}

.f-i {
    border: 1pc solid white;
    border-radius: 100%;
    height: 10pc;
    width: 10pc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2pc;
}

.second {
    display: flex;
    justify-content: space-between;
}

.das {
    flex: 1;
}

.engine-image {
    /*background-image: url(./engine.png);*/
    height: 12pc;
}

.d-d {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.values {
    border-radius: 2pc;
    padding: 10px;
    box-shadow: 1px 1px 5px 4px rgb(62 55 55);
    text-align: center;
    width: 20%;
}

    .values > h5 {
        font-size: 2pc;
    }
