.youarehere {
    display: flex;
    flex-wrap: wrap;
}

.youarehere h3 {
    margin: 25px 0px;
    margin-left: 25px;
    font-size: 20px;
}

.youarehere>.yah_1,
.youarehere>.yah_2 {
    position: relative;
    border-top: 1px solid #0066ff;
    border-bottom: 1px solid #0066ff;
    width: 21%;
    margin-right: 4%;
}

.youarehere>.yah_1::after {
    position: absolute;
    content: " ";
    border-right: 1px solid #0066ff;
    border-top: 1px solid #0066ff;
    transform: rotate(45deg);
    right: -27px;
    top: 10px;
    height: 54px;
    width: 54px;
}

.youarehere>.yah_1:first-child {
    border-left: 1px solid #0066ff;
}

.youarehere>.yah_2 {
    border-right: 1px solid #0066ff;
}

@media only screen and (max-width: 768px) {
    .youarehere>.yah_1,
    .youarehere>.yah_2 {
        position: relative;
        left: 20px;
        border-top: 1px solid #0066ff;
        border-bottom: 1px solid #0066ff;
        width: 35%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .youarehere>.yah_1,
    .youarehere>.yah_2 {
        display: none;
    }
}

select,
option {
    background-color: black;
}

select option:active,  select option:hover {
    background-color: #0066ff;
}

.probootstrap-card .probootstrap-card-text h2.probootstrap-card-heading.mb0 {
    margin-bottom: 1em !important;
}