.img-warehouse {
    position: relative;
    background-image: url('/img/website/home/CAMIONETA_2.0.jpg');
    background-size: cover;
    background-position: center 50%;
    height: 50vh;
    overflow: hidden;
}

.img-warehouse::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c1f529d;
    z-index: 1;
}

.img-warehouse>.container {
    position: relative;
    z-index: 2;
}

.gray-block {
    background-color: #F3F3F3;
}

.yellow-border {
    border-bottom: 1px solid #FFD717;
}

.branch-img1 {
    background-image: url('/img/website/home/branch.png');
}

.branch-img1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px
}

iframe {
    min-height: 250px;
    height: 100%;
    width: 100%;
}