.hyk-selector-not-sure {
    padding: 0 0 126px;
}

.hyk-selector-not-sure__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.hyk-selector-not-sure__inner span.hyk-label {
    text-transform: uppercase;
}

.hyk-selector-not-sure__text {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    max-width: 762px;
    line-height: 1.55;
    margin: 0 0 20px 0;
}

a.hyk-selector-not-sure__link {
    color: #3040CF;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
  transition: all 0.3s ease 0s;
      text-decoration: none;
  display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid transparent;
    padding-bottom:1px;
}
a.hyk-selector-not-sure__link:hover {
    border-bottom: 1px solid #3040CF;
}
a.hyk-selector-not-sure__link  svg {
    margin-top: 3px;
}

@media (max-width: 1024px) {
    .hyk-selector-not-sure {
        padding: 0 0 70px;
    }
    .hyk-container {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .hyk-selector-not-sure {
        padding: 0 0 55px;
    }
    .hyk-container {
        padding: 0 15px;
    }
}
