.powersport-top-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    border-radius: 40px;
}
.powersport-types-section {
    width: 100%;
}
.powersport-types-section .row {
    justify-content: space-between;
}
.powersport-type a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.powersport-type .type-icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.powersport-type .type-icon img {
    max-width: 100px;
    width: 100%;
}
.powersport-type .type-icon {
    margin: auto;
}
.powersport-type a {
    text-decoration: none;
}
.powersport-type span {
    text-align: center;
    color: #000;
    font-size: 12px;
}
.powersport-type a > span {
    display: flex;
    justify-content: center;
}
.powersport-type .inner-type-span {
    padding: 5px;
    border-bottom: 2px solid transparent;
}
.powersport-type:hover .inner-type-span {
    border-bottom: 2px solid #BE123B;
}
.powersport-top-section hr {
    width: 100%;
    height: 5px;
    background: radial-gradient(37566403.65% 47.86% at 52.14% 98.52%, rgba(61, 61, 61, 0.28) 0%, rgba(146, 139, 139, 0.00) 100%);
    border: none;
    margin: 15px 0 25px;
}
.powersport-top-section h1 {
    margin-bottom: 0;
}
