.content{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.view {
    display: flex;
    flex-direction: row;
    background-image: url(../img/home/Police\ car-rafiki.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

h4{
    font-size: .888rem;
    margin-block-start: 0;
    width: calc(100% - 100px);
    max-width: 1240px;
}

.content  .left {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content  .middle {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.middle > img {
    width: 100%;
    height: 100%;
}

.content  .right {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content .item {
    width: 60%;
    aspect-ratio: 6/3.5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    border: solid 1px black;
    border-bottom: solid 5px var(--primary-color);
}

.content .item img {
    margin-top: 25px;
    width: 23%;
}
