.text-button {
  position: relative;
  text-decoration: none;
}

.text-button::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.text-button:hover::after {
  width: 100%;
}

.t-col_12{
    max-width:1200px;
}

.t-col{
    margin-right:0;
    margin-left:20px;
}

.t603__container {
    paddiing:0;
}

.t-container {
    max-width:1240px;
}

.t-width_12{
    max-width:1200px;
}
