:root {
  --Josefin: "Josefin Sans", sans-serif;
  --beige: #f3ede4;
  --copyDarkPurple: #333333;
  --blue: #177acc;
  --yellow: #e6ac23;
}

body {
  background-color: var(--beige);
  font-family: var(--Josefin);
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
}
body p {
  font-family: var(--Josefin);
}

/* .services{
    width: 100vw;
    height: 100vh;
} */
.servCont {
  margin-left: 21vw;
  margin-right: 21vw;
  margin-top: 8%;
}
#servP1 {
  font-size: 2.5vw;
  font-weight: 400;
  color: var(--copyDarkPurple);
  text-align: center;
}
#servAnim {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31.3vw;
  z-index: 99;
}
#red{
    position: absolute;
    top: 50.3%;
    left: 42.15%;
    transform: translate(-50%, -50%);
    width: 15.7vw;
    z-index: 98;
}
#blue{
    position: absolute;
    top: 63.65%;
    left: 53.9%;
    transform: translate(-50%, -50%);
    width: 23.5vw;
    z-index: 98;
}
#mustard{
    position: absolute;
    top: 36.65%;
    left: 53.9%;
    transform: translate(-50%, -50%);
    width: 23.5vw;
    z-index: 98;
}
#servAnim2 {
  position: absolute;
  top: 55.55%;
  left: 49.95%;
  transform: translate(-50%, -50%);
  width: 31.3vw;
}

.servLP {
  width: 17.5vw;
  margin-top: 7%;
}
#servLP1 {
  font-size: 1.25vw;
  color: #a0b543;
  font-weight: 600;
}
.servLP ul {
  margin-left: -10%;
  list-style: none;
}
.servLP ul li::before {
  content: "\2022";
  color: #a0b543;
  font-size: 1.25vw;
  font-weight: 500 !important;
  display: inline-block;
  width: 0.75em;
  margin-left: -0.7em;
  margin-top: 1.5%;
}

.servLP li {
  font-size: 1vw;
  font-weight: 400;
  list-style: none;
  color: #a0b543;
}

.servRP {
  position: absolute;
  width: 17.5vw;
  margin-top: -19.55%;
  margin-left: 46.5%;
}
.servRP p {
  font-size: 1.25vw;
  font-weight: 600;
}

#servRP1{
  color: #e6ac23;

}
.servRP li {
  font-size: 1vw;
  font-weight: 400;
  list-style: none;
  color: #e6ac23;
}
.servRP ul {
  margin-left: -10%;
  list-style: none;
}

#servRL1 li::before {
  content: "\2022";
  color: #e6ac23;
  font-size: 1.25vw;
  font-weight: bold;
  display: inline-block;
  width: 0.75em;
  margin-left: -0.7em;
  margin-top: 1.5%;
}

#servRP2 {
  margin-top: 15%;
  width: 20vw;  
  color: #15bfcc ;

}
#servRL2 li::before {
  content: "\2022";
  color: #15bfcc;
  font-size: 1.25vw;
  font-weight: bold;
  display: inline-block;
  width: 0.75em;
  margin-left: -0.7em;
  margin-top: 1.5%;
}

#servRL2 li{
  color: #15bfcc !important;
}