/* Block: service-intro
 * Extracted from theme CSS by wp-arch-agent.
 * Classes: sr-row, sr-media, dynamic-image__caption, sr-content, service-intro
 */

@media (max-width: 600px) {
  .service-hours__title,
    .sr-content h2{
    font-size: 28px;
  }
}

.service-rows .sr-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding: 140px 0 140px;
  align-items: center;
  margin-bottom: clamp(24px, 5vw, 64px);
}

.sr-content{

}

.service-rows .sr-row:last-child{
  margin-bottom: 0;
}

.sr-media img{
  width: 100%;
  height: auto;
  display: block;
}

.sr-content h2{
  margin: 0 0 20px;
  color: #230704;
  font-family: var(--font-headline);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sr-content p{
  margin: 0 0 30px;
  color: #230704;
  font-family: var(--font-variety);
  font-size: 18px;
  font-style: normal;
  font-weight: 400; font-size: 20px; line-height: 1.5;
  line-height: normal;
  text-transform: none;
}

.sr-content p span{
  font-size: inherit!important;
  font-weight: inherit!important;
  font-style: inherit!important;
}

.sr-content a{
  text-decoration: underline;
  color: #230704;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.service-rows--second .sr-row{
  padding: 130px 0;
  grid-template-columns: 0.8fr 1.3fr;
}

.service-rows .sr-row:nth-child(even){
  grid-template-columns: 1fr 1fr;
}

.service-rows .sr-row:nth-child(even) .sr-media{
  order: 2;
}

.service-rows .sr-row:nth-child(even) .sr-content{
  order: 1;
}

@media (max-width: 960px) {
  .service-rows .sr-row{
    gap: 20px;
    padding: 40px 0;
    grid-template-columns: 1fr;
  }
  
  .service-rows .sr-row:nth-child(even){
    grid-template-columns: 1fr;
  }
  
  .service-rows .sr-row .sr-media,
    .service-rows .sr-row .sr-content{
    order: unset;
  }
  
  .sr-content{
    padding: 0 20px;
  }
  
  .sr-content h2{
    font-size: 36px;
  }
  
  .service-rows--second .sr-row{
    padding: 40px 0;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .service-rows .sr-row,
    .service-rows--second .sr-row{
    gap: 18px;
    padding: 32px 0;
    margin-bottom: 0;
  }
  
  .sr-content{
    padding: 0;
  }
  
  .sr-content p{
    font-size: 16px;
    margin-bottom: 20px;
  }
}

