.our__history{
    width: 100%;
    background-image: url('./assets/warsztat-samochodowy.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content__history{
    padding: 100px 150px 100px 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content__history p{
    color: #fff;
    font-size: 21px;
    padding: 50px 170px;
    line-height: 140%;
}

.history__panel{
    width: 50%;
    height: 160px;
    border-radius: 36px;
    background: #074cff;
    background: linear-gradient(90deg, #074cff 0%, #11a2ff 100%);
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    transform: translateY(60px);
}

.panel__box{
    width: 33.33%;
    height: 100%;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.panel__box__span{
    font-size: 72px;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel__box h3{
    font-size: 72px;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
}

.panel__box h4{
    font-size: 20px;
    color: #fff;
    font-family: "League Spartan", sans-serif;
}

@media (max-width: 1440px){
    .content__history p{
        font-size: 19px;
        padding: 35px 100px;
    }

    .history__panel{
        width: 65%;
        height: 140px;
    }

    .panel__box__span{
        font-size: 62px;
    }

    .panel__box h3{
        font-size: 62px;
    }

    .panel__box h4{
        font-size: 18px;
    }

}

@media (max-width: 1150px){
    .content__history{
        padding: 40px 50px 60px 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .content__history p{
        font-size: 17px;
        padding: 25px 100px;
    }

    .history__panel{
        width: 65%;
        height: 100px;
    }

    .panel__box__span{
        font-size: 42px;
    }

    .panel__box h3{
        font-size: 42px;
    }

    .panel__box h4{
        font-size: 14px;
    }
}

@media (max-width: 768px){
    .content__history{
        padding: 40px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .content__history p{
        font-size: 14px;
        padding: 25px 20px;
       
    }

    .panel__box{
        width: 30%;
        height: 100%;
        margin: 5px;
    }

    .panel__box:nth-child(2){
        width: 40%;
    }

    .history__panel{
        width: 100%;
        height: 80px;
        margin-top: 20px;
        border-radius: 30px;
    }

    .panel__box__span{
        font-size: 38px;
    }

    .panel__box h3{
        font-size: 38px;
    }

    .panel__box h4{
        font-size: 11px;
    }
}