.block-head-servicios {
    width: 100%;
}

.head-servicios-background {
    width: 100%;
    background: linear-gradient(0deg, rgba(120, 19, 51, 1) 0%, rgba(120, 19, 51, 1) 100%);
}

.head-servicios-container {
    width: 100%;
    max-width: var(--sds-responsive-device-width, 1400px);
    height: 267px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 25px;
}

.head-servicios-title {
    max-width: 706px;
    width: auto;
    text-align: left;
    font-family: "Playfair Display", serif;
    font-size: var(--sds-typography-title-page-size-base, 48px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.96px;
    color: white;
    padding: 0;
    margin: 0;
    margin-top: 100px;
}

.head-logo-A {
    width: 74.684px;
    height: 154.9px;
    flex-shrink: 0;
    fill: #FFF;
}

.head-logo-D {
    width: 125.165px;
    height: 152.134px;
    flex-shrink: 0;
    fill: #FFF;
    margin-left: -54px;
}

.head-logo-R {
    width: 118.941px;
    height: 153.517px;
    flex-shrink: 0;
    fill: #FFF;
    margin-left: -2px;
}

.head-servicios-contenido {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.head-logo-servicios {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-left: auto;
}

@media (max-width: 768px) {
  .head-servicios-container {
    height: 100px !important;
    padding: 20px 10px 10px 10px !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
  }

  .head-servicios-title {
    margin-top: 0 !important;
    text-align: left !important;
    width: 100%;
    font-size: 2rem !important;
    padding-bottom: 8px !important;
  }

  .head-logo-A,
  .head-logo-D,
  .head-logo-R,
  .head-logo-servicios {
    display: none !important;
  }
}