.cst-follow-us {
  padding-bottom: 1rem;
}

.cst-follow-us h5 {
  padding-bottom: 0.5rem;
  color: #767676;
  display: block;
  letter-spacing: 0.1em;
  font-family: "ridley_grotesksemiBold", sans-serif;
  font-size: 0.625rem;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 1rem 0;
}

.cst-follow-us ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #767676;
  font-size: 1.3125rem;
  line-height: 1.4;
}

.cst-follow-us ul li {
  margin-bottom: 2rem;
  position:relative;
}

.cst-follow-us ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 0;
  text-decoration: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-family: "ridley_grotesksemiBold", sans-serif;
  position: relative;
  padding-bottom: 0.66667rem;
}



.cst-follow-us ul li a:before{
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  transform-origin: bottom left;
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  min-width: 220px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, #FF5B00, #FFE500);
}
.cst-follow-us h4 {
  margin: 0;
  font-size: 0.625rem;
  text-transform: uppercase;
  line-height: 1.1;
  font-family: "ridley_grotesksemiBold", sans-serif;
  letter-spacing: 0.1em;
  color: #121212;
}

.cst-follow-us ul li a svg {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.cst-follow-us ul li a svg path {
  transition: fill 0.2s;
}
.cst-follow-us ul li a:after {
  background-color: #121212;
  z-index: 0;
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  min-width: 220px;
  height: 2px;
  bottom: 0;
  left: 0;
}
.cst-follow-us ul li a:hover::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.cst-follow-us .cst-inner-conatiner:hover svg path,.cst-follow-us .cst-inner-conatiner:hover svg  rect {
  fill: #FF5B00;
}


@media (max-width: 1024px){
  .cst-follow-us h5 {
    font-size: 0.625rem;
  }
  .cst-follow-us ul {
    font-size: 1.3125rem;
  }
  .cst-follow-us ul li a {
    font-size: 0.75rem;
  }
}