.become-driving-instructor{
    display: flex !important;
    justify-content: space-between;
}
.txt-sponcers-div{
    display: flex;
    flex-direction: column;
}
.txt-sponcers{
    font-weight: 700;
    font-size: 1.5rem;
    font-style: italic;
}
.txt-sponcers-sub-text{
    font-weight: 400;
    font-size: 1.3rem;
    
}
.share-menu{
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    display: none;
    right: 10px;
    top:116px;
    flex-direction: column;
    justify-content: left;
    text-align: start;
}
.share-menu.active{
    display: flex;
}
.py-10{
    padding-block:calc(var(--spacing) * 10)
}
.sm\:py-16{
    padding-block:calc(var(--spacing) * 16)
}