.option {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-align: left;
    text-decoration: none;
    color: inherit;
}

.option .icon {
    max-width: 30%; /* Adjust the width as needed */
    height: 30%; /* Adjust the height as needed */
    margin-right: 50px;
}
