

.sr-contact .contact-title {text-transform:uppercase;}

.sr-contact .bakery-details {
  border-bottom: 1px solid #707070;
  display: flex;
  margin-bottom: 25px;
  padding-bottom:25px;}
.sr-contact .contact-cs{margin-bottom:25px;}
.sr-contact .contact-cs .cs-details{
  border: 1px solid #707070;
  padding: 25px 35px;}


  .sr-contact .contact-content a{
    color:rgba(var(--color-foreground), 0.75);
  }

@media screen and (min-width: 990px) {
  .sr-contact .contact-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;}
}