.guidelines > .title {
  text-align: center;
  position: relative;
}

.guidelines {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .guidelines {
    margin-bottom: 1rem;
  }
  .guidelines .title > br {
    display: none;
  }
}



@media screen and (min-width: 768px) {
  .guidelines  .title {
    text-align: left;
  }
}

.guidelines__text {
  font-size: var(--co-font-2);
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .guidelines__text{
    font-size: var( --co-font-big-33);
  }
}

.guidelines__text > span {
  font-size: var(--co-font-4);
  color: rgba(212, 127, 161, 1);
  font-weight: 600;
  /* margin-right: 0.4rem; */
  align-self: flex-start;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .guidelines__text > span {
    font-size: var(--co-font-big-52);
  }
}

.guidelines__text-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.guidelines__text-description {
  all: unset !important;
  font-size: var(--co-font-2);
  font-weight: 400;
  margin-top: .6rem !important;
  margin-left: .5rem !important;
  
}
@media screen and (min-width: 768px) {
  .guidelines__text-description {
    font-size: var(--co-font-big-33) !important;
  }
}

.right {
  align-self: flex-end;
}
@media screen and (min-width: 768px) {
  .right {
    /* align-self: center;
    position: relative;
    left: 1rem; */
  }
}


.guidelines__doctor-tool-image{
    position: absolute;
    bottom: -1.5rem;
    left: -1.6rem;
    width: 6.136rem;
    height: 6.603rem;
    transform: rotate(-6.77deg);
}
@media screen and (min-width: 768px) {
  .guidelines__doctor-tool-image{
    width: 9.47rem;
    height: 10.164rem;
    bottom: -4.3rem;
    left: -3.7rem;
    transform: rotate(0deg);
  }
}

.guidelines__text-description-span{
    all: unset !important;
    font-size: var(--co-font-2) !important;
    font-weight: 700 !important;
}
@media screen and (min-width: 768px) {
  .guidelines__text-description-span{
    font-size: inherit !important;
  }
  .guidelines__text-description  br {
    display: none;
  }
}



.guidelines__spark{
    position: absolute;
    width: 1.7rem;
    height: 1.8rem;
    top: 0;
    right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .guidelines__spark {
    right: 6rem;
    top: -.8rem;
  }
}

.guidelines__hollow-arrow-image{
    position: absolute;
    height: 1.745rem;
    width: 1.745rem;
    bottom: -2rem;
    right: 5rem;
}
@media screen and (min-width: 768px) {
  .guidelines__hollow-arrow-image {
    left: 11rem;
    bottom: -2.5rem;
  }
}