.best_locations{}
.best_locations_wrappers{
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}
.best_location_box:hover{
    background-color:#db2c2c;
    transition: .6s all cubic-bezier(0.65, 0.05, 0.36, 1);

}
.best_location_box:hover .best_location_button a{background:white !important;color:#db2c2c;}

.best_location_box:hover .best_location_prices{color:#d9d9d9;}
.best_location_box:hover .best_location_box_icon{background:white}
.best_location_box:hover .best_location_box_name h3 a{color:white;}
.best_location_box{
    border-radius: 5px;
    background-color:transparent;
    border: 1px dashed #c92828!important;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    transition: .6s all cubic-bezier(0.65, 0.05, 0.36, 1);
    margin-bottom: 2rem;
}
.best_location_box_icon{
    background: #dae0e8;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: #db2c2c;
}

.best_location_box_icon i{}
.best_location_box_name{
}
.best_location_box_name h3{
    font-size: .875rem;
    font-weight: 450;
    color: #db2c2c;
}
.best_location_box_name h3 a{
    color: inherit;
}

.best_location_prices{
    font-size: .9rem;
    margin-top: 5px;
}

.best_location_prices .prices_tag{
    font-weight: 600;
}
.best_location_prices .prices_text{}
.best_location_button a{
    display: flex;
    border-radius: 6px;
    background: #db2c2c;
    color: white;
    padding: .5rem .6rem;
    font-size: .86rem;
    font-weight: 550;
    margin-left: 2rem;
}
.best_location_button{
    display: flex;
}
.best_location_box_head{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-left: 1rem;
}
.best_location_box_start{
    display: flex;
    align-items: center;
}
