div#check-availability-container{border-color:#593616}.apartmentInfo.rounded-lg.border-box.border-default.border-container{border-color:#593616}.one-apartment-form-left-container.border-box.border-default.border-container{border-color:#593615}.label-default.color-default.color-label{color:#593615}.border-container{border-color:red}// Breakpoints$bp-small:48em;// 768px$bp-medium:64em;// 1024px$bp-large:85.375em;// 1366px$bp-xlarge:120em;// 1920px$bp-xxlarge:160em;// 2560px// Media Queries$mq-small:"(min-width: #{$bp-small})";$mq-medium:"(min-width: #{$bp-medium})";$mq-large:"(min-width: #{$bp-large})";$mq-xlarge:"(min-width: #{$bp-xlarge})";$mq-xxlarge:"(min-width: #{$bp-xxlarge})";$mq-retina:"(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)";