﻿.card{
    border:none;
}

.content-row-1 {
    justify-content: center;
    align-items: center;
}
.content1-slider {
    max-width: 80%;
    margin-top:2%
}

.content-row-1 .card{
    background-color:transparent;
}

.machine-park-content {
    justify-content: center;
    text-align: center;
}
    .machine-park-content h3{
        margin-top:20px;
    }

#machine-park-carousel {
    max-width: 80%;
    margin-bottom: 20px;
}

    #machine-park-carousel
    .carousel-item {
        background-color: white;
    }
    #machine-park-carousel
    .carousel-control-prev {
        left: -15%;
    }

    #machine-park-carousel
    .carousel-control-next {
        right: -15%;
    }


.bi-chevron-compact-left,
.bi-chevron-compact-right {
    color: black;
}

.fs-home {
    font-size: 1.2rem;
}

@media(max-width:425px){
    .fs-home {
        font-size: 1rem;
    }
}