.direction .info{
    display: flex;
    align-items: center;
}
.direction .info:not(:last-child){
    margin-bottom: 9px;
}
.direction .info:nth-child(2){
    align-items: start;
}
.direction .info:nth-child(2) img{
    position: relative;
    top: 5px;
}
.direction .info img{
    width: 16px;
    height: 16px;
    margin-right: 13px;
}
.direction .info .bold{
    font-weight: bold;
}
.direction .info h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.direction .info a{
    color: var(--global-palette2);
    font-weight: bold;
}

@media (max-width: 575.98px) { 
    
    .direction h6{
        font-size: 16px;
        line-height: 17px;
    }
    .direction .info:not(:last-child) {
        margin-bottom: 16px;
    }
    .direction .info .details h6:not(:last-child){
        margin-bottom: 5px;
    }
    .direction .info:nth-child(2) img {
        position: relative;
        top: 1px;
    }
  
}
